- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
- 11 Dec, 2022 1 commit
-
-
Ian Hickson authored
-
- 02 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 08 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 02 Aug, 2022 1 commit
-
-
xubaolin authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 22 Mar, 2022 1 commit
-
-
LongCatIsLooong authored
-
- 07 Mar, 2022 1 commit
-
-
Markus Aksli authored
-
- 16 Feb, 2022 1 commit
-
-
Markus Aksli authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 03 Nov, 2021 1 commit
-
-
LongCatIsLooong 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
-
-
J-P Nurmi 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.
-
- 12 Aug, 2021 1 commit
-
-
Greg Spencer authored
Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples. This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo. The snippets code is deleted in this PR. I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place. The snippets package resides in the assets-for-api-docs repo. The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 02 Jun, 2021 1 commit
-
-
Darren Austin authored
Support for keyboard navigation of Autocomplete options.
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Apr, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 17 Mar, 2021 1 commit
-
-
Justin McCandless authored
Fixes the dartpad examples on the docs site.
-
- 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)
-
- 23 Jan, 2021 1 commit
-
-
Justin McCandless authored
* Material Autocomplete widget
-
- 06 Jan, 2021 1 commit
-
-
Justin McCandless authored
Allows passing in a TextEditingController and FocusNode to RawAutocomplete, which enables split UIs where the TextField is in another part of the tree from the results.
-
- 05 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 15 Dec, 2020 1 commit
-
-
Justin McCandless authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 02 Nov, 2020 1 commit
-
-
Justin McCandless authored
We are standardizing around the term Raw for lower level widgets.
-
- 27 Oct, 2020 1 commit
-
-
Justin McCandless authored
A new widget that chooses an item from a list based on text input. Just the core widget, with Material and Cupertino versions to come.
-