- 02 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 01 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Mar, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 22 Mar, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 Feb, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Feb, 2021 2 commits
-
-
Kate Lovett authored
-
Ian Hickson authored
-
- 01 Feb, 2021 1 commit
-
-
xubaolin authored
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Jan, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 79d0358e.
-
- 15 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 14 Jan, 2021 1 commit
-
-
Pedro Massango authored
-
- 01 Dec, 2020 1 commit
-
-
Pierre-Louis authored
-
- 20 Nov, 2020 1 commit
-
-
Greg Spencer authored
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 19 Nov, 2020 1 commit
-
-
Chinmoy authored
-
- 09 Nov, 2020 1 commit
-
-
xubaolin authored
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 29 Oct, 2020 1 commit
-
-
Greg Spencer authored
This removes the nullOk parameter from Focus.of, FocusTraversalOrder.of and FocusTraversalGroup.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.
-
- 28 Oct, 2020 1 commit
-
-
Greg Spencer authored
Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 12 Oct, 2020 1 commit
-
-
Sergey Solodukhin authored
-
- 08 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 07 Oct, 2020 3 commits
-
-
Jonah Williams authored
This reverts commit 2e419ff7.
-
Juyeong Lee authored
-
Michael Goderbauer authored
-
- 28 Jul, 2020 2 commits
-
-
Darren Austin authored
Updated references to the old button classes to the new ones in comments and documentation for tests in the material and cupertino libraries. (#62164)
-
chunhtai authored
-
- 13 Jul, 2020 3 commits
- 24 Jun, 2020 1 commit
-
-
chunhtai authored
* Add semantics sort key for modal scope and modal barrier * fix test * fix test * fix test * fix space * fix more tests * addressing comments
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 28 May, 2020 1 commit
-
-
Tong Mu authored
* Adds default cursor and/or mouseCursor property to a number of widgets. * Adds `MaterialStateMouseCurrsor`.
-
- 27 May, 2020 1 commit
-
-
Greg Spencer authored
This adds a new navigationMode to the MediaQueryData that indicates how focusable controls should behave under different navigation modes, currently with two modes: NavigationMode.traditional, and NavigationMode.directional. It may seem like focusing a disabled control is not desirable, but this is useful for user interfaces that use DPAD navigation because if a control gets disabled, losing focus is disruptive to the user, and it is difficult to control where the focus will end up unless it is done explicitly.
-
- 14 Feb, 2020 1 commit
-
-
creativecreatorormaybenot authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-