- 02 Feb, 2021 5 commits
-
-
David Chen authored
-
Sam Rawlins authored
In each library where an import is removed, the library uses some elements provided by the import, BUT there is another import which provides all of the same elements, and at least one more which the library uses. In this change, we remove the imports which can be simply removed in favor of the other already present imports. See https://github.com/dart-lang/sdk/issues/44569 for more information.
-
YeungKC authored
-
Hans Muller authored
-
Jan Lübeck authored
-
- 01 Feb, 2021 3 commits
-
-
xubaolin authored
-
LongCatIsLooong authored
-
chunhtai authored
-
- 29 Jan, 2021 7 commits
-
-
Sam Rawlins authored
-
Sam Rawlins authored
-
LongCatIsLooong authored
-
xubaolin authored
TextField and last input character should visible on the screen when the cursor is not shown (#74722)
-
Yegor authored
-
Sam Rawlins authored
-
Kenzie Schmoll authored
-
- 28 Jan, 2021 3 commits
-
-
Jesse authored
-
xubaolin authored
-
Darren Austin authored
-
- 27 Jan, 2021 7 commits
-
-
Greg Spencer authored
This fixes a subtle bug in the focus traversal that would leave unfocusable FocusTraversalGroup nodes in the list of sorted nodes to be traversed, causing an assert to fire if you nested a FocusTraversalGroup in another one and made its children unfocusable.
-
Pedro Massango authored
-
Alexandre Ardhuin authored
-
Shi-Hao Hong authored
* Expose CupertinoModalPopupRoute for state restoration * Add state restoration test, expose kCupertinoModalBarrierColor
-
Hans Muller authored
-
Jonah Williams authored
[flutter] throw more specific error messages if a lerp'd type does not conform to Tween API (#74684)
-
Darren Austin authored
Added constructor parameters to the ReorderableList that were missing from ScrollView. Also replace a lot of doc comments with macro templates to reduce duplication.
-
- 26 Jan, 2021 7 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
-
Darren Austin authored
-
xubaolin authored
-
- 25 Jan, 2021 4 commits
-
-
Michael Goderbauer authored
-
YeungKC authored
-
Chinmoy authored
-
Kenzie Schmoll authored
* Add connectedVmServiceUri service extension and set from flutter_tools
-
- 23 Jan, 2021 4 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
-