- 10 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 25 Jan, 2023 1 commit
-
-
Todd Volkert authored
* Add Decoding Flutter videos to API docs * Review comments * Update widget of the week videos too
-
- 07 Dec, 2022 1 commit
-
-
Greg Spencer authored
* Make some minor changes in preparation for updating the Time Picker to M3 * Revert OutlineInputBorder.borderRadius type change * Revert more OutlineInputBorder.borderRadius changes.
-
- 12 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 17 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 10 Jun, 2022 1 commit
-
-
Hans Muller authored
-
- 02 Jun, 2022 2 commits
-
-
Taha Tesser authored
-
Hans Muller authored
This reverts commit 180566f2.
-
- 27 May, 2022 1 commit
-
-
Hans Muller authored
-
- 19 May, 2022 1 commit
-
-
Darren Austin authored
-
- 28 Apr, 2022 1 commit
-
-
apeltop authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 19 Nov, 2021 1 commit
-
-
Hans Muller authored
-
- 14 Oct, 2021 1 commit
-
-
Bjarte Bore authored
-
- 08 Oct, 2021 1 commit
-
-
Hans Muller authored
This reverts commit 1c374c65.
-
- 06 Oct, 2021 1 commit
-
-
Bjarte Bore 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.
-
- 28 Sep, 2021 1 commit
-
-
Greg Spencer authored
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework. The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead. The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
-
- 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.
-
- 08 Jul, 2021 1 commit
-
-
Mohammad Ghalayini authored
-
- 14 Apr, 2021 1 commit
-
-
Hans Muller authored
-
- 13 Apr, 2021 1 commit
-
-
Hans Muller authored
This reverts commit 17870d5d.
-
- 12 Apr, 2021 1 commit
-
-
Hans Muller authored
-
- 31 Mar, 2021 1 commit
-
-
Craig Labenz authored
* added MaterialStateBorderSide.resolveWith (Partially) Resolves #68596 * responded to comment nits * reversed changes to text_buttons * added test confirming compatibility with chips * added MaterialStateBorderSide test for chip * added intended usage for MaterialStateXYZ classes * another docstring update * corrected error in use case * made resolvewith samples closures * refined materialstatecolor example in docstring * changed nullability in docstring and added null test * added missing type in test * fixed another typo in docstrings
-
- 12 Mar, 2021 2 commits
-
-
Tong Mu authored
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 18 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 15 Dec, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Oct, 2020 1 commit
-
-
Per Classon authored
Add side property to Chips, and resolve it and the state of Chips to be MaterialState aware (#68596)
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
- 28 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Sep, 2020 1 commit
-
-
Matěj Žídek authored
-
- 29 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 15 Jul, 2020 1 commit
-
-
Hans Muller authored
-
- 09 Jul, 2020 1 commit
-
-
Hans Muller authored
-