- 26 Jan, 2021 9 commits
-
-
Todd Volkert authored
This gets away from the extra static map for global key registrations in favor of the data structures being instance properties of the build owner. This still allows for semantically-equivalent static access through the binding (which in turn gives access to the build owner). This also adds a `BuildOwner.globalKeyCount` getter to get the count of global keys associated with widgets currently in the tree.
-
xster authored
-
Greg Spencer authored
This removes the nullOk parameter from Actions.invoke, and adds an Actions.maybeInvoke function. The difference is that invoke will now always (in debug mode) throw if an enabled action isn't found, and maybeInvoke will return null if an enabled action isn't found. The invoke function can still return null as the result of the invocation, though, so I purposely didn't change the return value to Object from Object?.
-
Daniel authored
-
Yurii Cherniavskyi authored
-
Mouad Debbar authored
-
Alexandre Ardhuin authored
-
Darren Austin authored
-
xubaolin authored
-
- 25 Jan, 2021 5 commits
-
-
Greg Spencer authored
This removes the nullOk parameter on the Localizations.localeOf method. This was already changed to have a maybeLocaleOf method, but the nullOk parameter wasn't removed because some third party tests failed. Those have been updated, so this can go in now.
-
Michael Goderbauer authored
-
YeungKC authored
-
Chinmoy authored
-
Kenzie Schmoll authored
* Add connectedVmServiceUri service extension and set from flutter_tools
-
- 23 Jan, 2021 10 commits
-
-
Darren Austin authored
Introduced new widget/ReorderableList and widget/SliverReorderableList widgets.
-
Justin McCandless authored
* Material Autocomplete widget
-
Justin McCandless authored
up/down arrows + cmd (optionally + shift) works on desktop to jump selection to beginning/end of field
-
Mouad Debbar authored
-
Paul Berry authored
-
Kenzie Schmoll authored
* Create custom DiagnosticsNode type for DevTools deep links.
-
Kate Lovett authored
-
Kate Lovett authored
-
Shi-Hao Hong authored
-
Shi-Hao Hong authored
-
- 22 Jan, 2021 6 commits
-
-
Zain Ur Rehman authored
* Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541) ong <shihaohong@google.com> Co-authored-by:
Kate Lovett <katelovett@google.com> Co-authored-by:
Shi-Hao Hong <shihaohong@google.com>
-
xubaolin authored
-
Kate Lovett authored
-
xubaolin authored
-
Kate Lovett authored
-
Zain Ur Rehman authored
-
- 21 Jan, 2021 5 commits
-
-
Jonah Williams authored
This reverts commit 79d0358e.
-
Pierre-Louis authored
* Create icons golden test * Update icons_test.dart * Update icons_test.dart * Update icons_test.dart * change test name * Add ability to load material icon font for golden tests * formatting * Skip test for browser * Add end of file newline * Rewrite with different method * Add skip for browser
-
Kenzie Schmoll authored
-
Justin McCandless authored
Very simple right-click context menu for Windows and Linux in a Material-esque style.
-
Kate Lovett authored
Remove deprecated WaitUntil[NoTransientCallbacks, NoPendingFrame, FirstFrameRasterized] methods from flutter_driver (#73754)
-
- 20 Jan, 2021 5 commits
-
-
Kate Lovett authored
-
Muskan Jain authored
-
Ian Hickson authored
Update the alt text to match recommendations in https://html.spec.whatwg.org/multipage/images.html#alt (#74089)
-
LongCatIsLooong authored
-
LongCatIsLooong authored
-