- 01 May, 2020 6 commits
-
-
Greg Spencer authored
This adds an ExcludeFocus widget that prevents widgets in a subtree from having or obtaining focus. It also adds the ability for a FocusNode to conditionally prevent its children from being focusable when it isn't focusable (i.e. when canRequestFocus is false). It does this by adding an descendantsAreFocusable attribute to the FocusNode, which, when false, prevents the descendants of the node from being focusable (and removes focus from them if they are currently focused).
-
Daniel Iglesia authored
-
Greg Spencer authored
-
Jonah Williams authored
-
Ferhat authored
-
Kate Lovett authored
-
- 30 Apr, 2020 1 commit
-
-
Jose Alba authored
-
- 29 Apr, 2020 3 commits
- 28 Apr, 2020 3 commits
-
-
Justin McCandless authored
-
Mehmet Fidanboylu authored
-
Gary Qian authored
-
- 27 Apr, 2020 6 commits
-
-
Jose Alba authored
* Instead of changing test I just flipped flag so the test uses the proper slider * Use Depracated annotation * Updated depracation notice * Updated depracation notice again * Ignore analyze issues * flutter analyze . * ignore analyzer * // ignore: deprecated_member_use * Ignoring notice * indentation
-
Greg Spencer authored
-
chunhtai authored
-
rami-a authored
-
Kate Lovett authored
-
Kate Lovett authored
-
- 25 Apr, 2020 3 commits
-
-
Tianguang authored
-
Justin McCandless authored
-
Leonardo Emili authored
-
- 23 Apr, 2020 4 commits
-
-
Ayush Bherwani authored
* Adds tilePadding property to ExpansionTile
-
Michael Goderbauer authored
-
chunhtai authored
* Fix FlutterError.onError in debug mode * update * fix comments * add license header * fix analyzer * update * another attempt * fix test * fix comment
- 22 Apr, 2020 7 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
stuartmorgan authored
The arrow key and delete handling in RenderEditable was using single index values, which made it possible to move the cursor into the middle of a surrogate pair (allowing things like adding text at that insertion point), or to delete half of a surrogate pair. Since unpaired surrogate pairs aren't valid UTF-16, doing so would cause assertions in the text field. This makes the arrow key and delete key handling surrogate-aware (although not grapheme-cluster-aware, which is a larger fix that is out of scope here). Part of #55014
-
Rene Floor authored
-
Shi-Hao Hong authored
-
Darren Austin authored
-
Kate Lovett authored
-
- 21 Apr, 2020 3 commits
-
-
Hans Muller authored
-
Greg Spencer authored
-
Greg Spencer authored
-
- 20 Apr, 2020 4 commits
-
-
chunhtai authored
* disable hit testing if the CompositedTransformFollower is hidden when there is no leader layer * update comment
-
LongCatIsLooong authored
-
Christian Mürtz authored
-
MH Johnson authored
-