- 24 Oct, 2022 1 commit
-
-
Darren Austin authored
-
- 13 Oct, 2022 1 commit
-
-
Gregor Weber authored
-
- 11 Oct, 2022 1 commit
-
-
hangyu authored
-
- 12 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 19 Jul, 2022 1 commit
-
-
Bruno Leroux authored
-
- 06 Jul, 2022 1 commit
-
-
Bruno Leroux authored
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
-
- 27 Apr, 2022 1 commit
-
-
Pierre-Louis authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Mar, 2022 1 commit
-
-
Andrei Diaconu authored
-
- 01 Dec, 2021 1 commit
-
-
sanlittt authored
-
- 11 Nov, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 09 Oct, 2021 1 commit
-
-
xubaolin authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 04 Oct, 2021 1 commit
-
-
Greg Spencer authored
This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder. I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed. I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
-
- 08 Sep, 2021 1 commit
-
-
creativecreatorormaybenot authored
-
- 25 Aug, 2021 1 commit
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
- 11 Aug, 2021 1 commit
-
-
xubaolin authored
-
- 09 Aug, 2021 1 commit
-
-
Chibuzor Ojukwu authored
-
- 13 May, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Darren Austin authored
Fixed a problem with the FAB position if a maximum width was set on the bottom sheet of a scaffold. (#82234)
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 21 Apr, 2021 1 commit
-
-
Darren Austin authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Mar, 2021 1 commit
-
-
Tong Mu authored
Revert "[showModalBottomSheet] fix: showModalBottomSheet does not move along keyboard (#71636)" (#77286)
-
- 27 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 22 Jan, 2021 2 commits
-
-
Zain Ur Rehman authored
* Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541) ong <shihaohong@google.com> Co-authored-by: Kate Lovett <katelovett@google.com> Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
-
Zain Ur Rehman authored
-
- 24 Dec, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer 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.
-
- 13 Nov, 2020 1 commit
-
-
Kate Lovett authored
-
- 02 Nov, 2020 3 commits
-
-
Greg Spencer authored
-
Pieter van Loon authored
-
Michael Goderbauer authored
-
- 29 Oct, 2020 1 commit
-
-
Greg Spencer authored
-
- 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.
-