- 28 Oct, 2022 1 commit
-
-
Qun Cheng authored
-
- 29 Sep, 2022 1 commit
-
-
Taha Tesser authored
-
- 06 Sep, 2022 1 commit
-
-
Darren Austin authored
* Added support for surfaceTintColor and shadowColor to the Dialog widgets. * Updated the defaults for Material.shadowColor and Material.surfaceTint to allow turning off the features with a transparent color. * Added support for shadowColor and surfaceTintColor for Drawer widget.
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 08 Aug, 2022 1 commit
-
-
Xilai Zhang authored
-
- 03 Aug, 2022 1 commit
-
-
Darren Austin authored
-
- 29 Jul, 2022 1 commit
-
-
Casey Hillers authored
-
- 28 Jul, 2022 1 commit
-
-
Darren Austin authored
-
- 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
-