- 27 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-
- 26 Apr, 2022 1 commit
-
-
xubaolin authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer 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
-
- 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.
-
- 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.
-
- 28 Jun, 2021 1 commit
-
-
Janice Collins authored
-
- 12 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 26 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Mar, 2021 1 commit
-
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 15 Dec, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 21 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 30 Oct, 2020 1 commit
-
-
Michael Goderbauer 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.
-
- 19 Oct, 2020 1 commit
-
-
Xavier Chrétien authored
-
- 15 Oct, 2020 1 commit
-
-
Darren Austin authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
- 18 Sep, 2020 1 commit
-
-
xubaolin authored
-
- 17 Sep, 2020 1 commit
-
-
Matěj Žídek authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
* Fix even more unresolved doc references in material * ++ * ++
-
- 29 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 1 commit
-
-
- 23 Jul, 2020 1 commit
-
-
Pierre-Louis authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 27 May, 2020 1 commit
-
-
Jose Alba authored
-
- 15 May, 2020 1 commit
-
-
Jose Alba authored
-
- 30 Apr, 2020 1 commit
-
-
Jose Alba authored
-
- 27 Apr, 2020 1 commit
-
-
Jose Alba authored
* Instead of changing test I just flipped flag so the test uses the proper slider * Use Depracated annotation * Updated depracation notice * Updated depracation notice again * Ignore analyze issues * flutter analyze . * ignore analyzer * // ignore: deprecated_member_use * Ignoring notice * indentation
-
- 07 Apr, 2020 1 commit
-
-
Jose Alba authored
* [Slider] Rebase. * disabled thumb color with alphaBlend of colorScheme surface * test remove alphablend * Change rectangular track to how it used to be * Chaned to adaptive slider * blank lines Co-authored-by: Will Larche <larche@google.com>
-
- 31 Mar, 2020 2 commits
-
-
Jose Alba authored
- 03 Mar, 2020 1 commit
-
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-