- 08 Jul, 2022 1 commit
-
-
Bruno Leroux authored
-
- 20 Jun, 2022 1 commit
-
-
Viren Khatri authored
-
- 01 Jun, 2022 1 commit
-
-
Pierre-Louis authored
* update docs * use correct actions padding for dialogs * remove trailing spaces * Update dialog_theme.dart * Update packages/flutter/lib/src/material/dialog.dart Co-authored-by: Taha Tesser <tessertaha@gmail.com> Co-authored-by: Taha Tesser <tessertaha@gmail.com>
-
- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 13 May, 2022 1 commit
-
-
- 28 Apr, 2022 1 commit
-
-
apeltop authored
-
- 08 Mar, 2022 1 commit
-
-
Andrei Diaconu authored
-
- 04 Mar, 2022 1 commit
-
-
Taha Tesser authored
-
- 23 Feb, 2022 1 commit
-
-
Bencze Balázs authored
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 20 Sep, 2021 1 commit
-
-
chunhtai authored
-
- 30 Aug, 2021 1 commit
-
-
Rami authored
-
- 28 Jun, 2021 1 commit
-
-
Hans Muller authored
-
- 25 Jun, 2021 1 commit
-
-
Hans Muller authored
Added AlertDialog.actionsAlignment OverflowBar configuration.
-
- 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
-