- 02 Feb, 2021 2 commits
-
-
Hans Muller authored
-
Jan Lübeck authored
-
- 01 Feb, 2021 5 commits
-
-
xubaolin authored
-
LongCatIsLooong authored
-
Shi-Hao Hong authored
-
creativecreatorormaybenot authored
-
chunhtai authored
-
- 29 Jan, 2021 10 commits
-
-
Sam Rawlins authored
-
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
-
Tyler Norbury authored
-
Sam Rawlins authored
-
Kenzie Schmoll authored
-
Sam Rawlins authored
-
- 28 Jan, 2021 6 commits
-
-
Kate Lovett authored
-
Juyeong Lee authored
-
Jesse authored
-
xubaolin authored
-
Darren Austin authored
-
Kate Lovett authored
-
- 27 Jan, 2021 10 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.
-
Sam Rawlins authored
-
Pedro Massango authored
-
Phil Quitslund authored
-
Alexandre Ardhuin authored
-
Shi-Hao Hong authored
* Expose CupertinoModalPopupRoute for state restoration * Add state restoration test, expose kCupertinoModalBarrierColor
-
Hans Muller authored
-
Mouad Debbar 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
-
Mouad Debbar authored
-
Alexandre Ardhuin authored
-