- 13 May, 2020 3 commits
-
-
Robert Ancell authored
-
Pedro Massango authored
* Update DropdownButtonFormField's state if widget updates Co-authored-by:
Shi-Hao Hong <shihaohong@google.com>
-
Ayush Bherwani authored
[ExpansionTile] Wire through expandedCrossAxisAlignment, and expandedAlignment properties to the expanded tile (#56190)
-
- 12 May, 2020 2 commits
- 11 May, 2020 5 commits
-
-
Jenn Magder authored
This reverts commit d9882263.
-
Tong Mu authored
Adds the basic framework for the mouse cursor system. * Adds MouseRegion.cursor * Adds SystemMouseCursors * Adds mouseCursor to some widgets
-
Gabe Moothart authored
* Wireup autofocus for OutlineButton Fixes #56493 * add test
-
Justin McCandless authored
Unrevert of paste button hides when nothing to paste
-
Dan Field authored
-
- 10 May, 2020 2 commits
-
-
Tong Mu authored
-
Mehmet Fidanboylu authored
This reverts commit d5634982.
-
- 08 May, 2020 12 commits
-
-
Pierre-Louis authored
* Expose includeSemantics option to RawKeyboardListener * Revert "Expose includeSemantics option to RawKeyboardListener" This reverts commit 684edccfb0bacb358285b34b7a6dafd45a070ca7. * Set includeSemantics to false * Expose includeSemantics for RawKeyboardListener * Add test
-
Justin McCandless authored
Unreverts #54902 with fixes for a failing integration test.
-
Ian Hickson authored
-
Yegor authored
Avoid calling `builder` in `ConstrainedLayoutBuilder` when layout constraints are the same. [Design doc](flutter.dev/go/layout-builder-optimization). ## Related Issues Fixes https://github.com/flutter/flutter/issues/6469
-
msmolkin authored
-
Hans Muller authored
-
Ian Hickson authored
-
Hans Muller authored
-
Greg Spencer authored
-
Shi-Hao Hong authored
-
Darren Austin authored
-
Justin McCandless authored
This reverts commit 053c3881.
-
- 07 May, 2020 2 commits
-
-
Justin McCandless authored
-
Justin McCandless authored
-
- 06 May, 2020 4 commits
-
-
Kate Lovett authored
-
Mjk authored
-
Gary Qian authored
-
chunhtai authored
-
- 05 May, 2020 4 commits
-
-
Darren Austin authored
Added and example to the ListView docs that shows how to have a custom UI for an empty list.
-
Greg Spencer authored
-
Jia Hao authored
-
Andre authored
-
- 04 May, 2020 1 commit
-
-
Đào Hoàng Sơn authored
-
- 01 May, 2020 5 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
-
Ferhat authored
-
Kate Lovett authored
-