- 13 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Mar, 2021 1 commit
-
-
chunhtai authored
-
- 17 Feb, 2021 1 commit
-
-
Hans Muller authored
-
- 12 Feb, 2021 1 commit
-
-
Hans Muller authored
This reverts commit 705cebb2.
-
- 11 Feb, 2021 1 commit
-
-
Hans Muller authored
-
- 04 Feb, 2021 1 commit
-
-
Sam Rawlins authored
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Jan, 2021 1 commit
-
-
Yurii Cherniavskyi authored
-
- 23 Jan, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 23 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 08 Dec, 2020 1 commit
-
-
Amit Patil 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.
-
- 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.
-
- 22 Oct, 2020 1 commit
-
-
chunhtai authored
* fix simple dialog introducing additional node for semantics label * add test
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 13 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Sep, 2020 3 commits
-
-
chunhtai authored
-
Jonah Williams authored
This reverts commit fd0554ba.
-
chunhtai authored
-
- 31 Aug, 2020 1 commit
-
-
Chris Bracken authored
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from the `matcher` package: * It emits the epsilon value in the test result on failure. * It uses a named parameter for epsilon, which improves readability at the call site. * It has a reasonable default for epsilon in cases where something more specific isn't required. Using it also has the nice property that it aids in its own discovery when when people go looking for such functionality in new tests. This change also includes a couple unrelated whitespace formatting cleanups.
-
- 28 Jul, 2020 1 commit
-
-
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)
-
- 15 Jul, 2020 1 commit
-
-
Anthony authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 08 Jun, 2020 1 commit
-
-
chunhtai authored
-
- 04 Jun, 2020 1 commit
-
-
Kate Lovett authored
-
- 20 May, 2020 1 commit
-
-
Kate Lovett authored
-
- 06 Apr, 2020 1 commit
-
-
Darren Austin authored
-
- 03 Mar, 2020 2 commits
-
-
Shi-Hao Hong authored
This reverts commit 28f2c96a.
-
Shi-Hao Hong authored
-
- 27 Feb, 2020 1 commit
-
-
Darren Austin authored
-
- 20 Feb, 2020 1 commit
-
-
Darren Austin authored
-
- 13 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
* Add ButtonBar.overflowButtonSpacing * Add AlertDialog overflow button spacing functionality
-
- 12 Feb, 2020 3 commits
-
-
Jenn Magder authored
Revert "AlertDialog.actionsOverflowButtonSpacing and ButtonBar.overflowButtonSpacing (#50609)" (#50674)
-
Shi-Hao Hong authored
* Add ButtonBar.overflowButtonSpacing * Add AlertDialog overflow button spacing functionality
-
Arthur Denner authored
-
- 15 Jan, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 03 Jan, 2020 1 commit
-
-
Shi-Hao Hong authored
* Implement AlertDialog.actionsPadding and AlertDialog.buttonPadding
-
- 18 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add AlertDialog.scrollable * Add deprecation notice * Ignore deprecation warning in dialog.dart with TODO
-