- 23 May, 2023 1 commit
-
-
Parker Lougheed authored
Removes the `null_safety=true` query parameter from DartPad samples in the API docs, since all DartPad channels only support null safety now and the parameter does nothing. ## Test Removing code, but updates the check in the dartdoc tool for the removal.
-
- 18 Apr, 2023 1 commit
-
-
Greg Spencer authored
## Description This updates the copy icon for copying sample code to use `content_copy` instead of `assignment`. Before: <img width="369" alt="223876418-2470c4c5-abfc-4511-9762-1fd0b6e05903" src="https://user-images.githubusercontent.com/8867023/228396142-450125ee-d8cf-4ede-8545-5920eb0da99d.png"> After: <img width="408" alt="image" src="https://user-images.githubusercontent.com/8867023/228395959-8531704a-77aa-43af-9dcf-7456bb2ed090.png"> ## Related Issues - Fixes https://github.com/flutter/flutter/issues/122246 ## Tests - No tests needed.
-
- 09 Nov, 2022 1 commit
-
-
Greg Spencer authored
* Add the channel paramter to the Dartpad samples * Add sanity check test * Make sample_id more generic
-
- 21 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 11 Aug, 2022 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
- 12 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 25 Feb, 2022 1 commit
-
-
Greg Spencer authored
-
- 13 Dec, 2021 1 commit
-
-
Greg Spencer authored
-
- 04 Oct, 2021 1 commit
-
-
Greg Spencer authored
-
- 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.
-
- 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.
-
- 03 Aug, 2021 1 commit
-
-
Anna Gringauze authored
- Update dwds and and the rest of the packages Closes: https://github.com/flutter/flutter/issues/87100
-
- 22 Jul, 2021 2 commits
-
-
Jacob MacDonald authored
-
Anna Gringauze authored
* Upgrade all packages In particular, bring in dwds with latest fixes for flakes. Closes: https://github.com/flutter/flutter/issues/85043 Related: https://github.com/flutter/flutter/issues/85575 * Re-enable fixed tests * Disable failing test due to DDS issue
-
- 16 Jul, 2021 1 commit
-
-
Christopher Fujino authored
* add a check for env variable RELEASE_CHANNEL in dev/snippets/lib/main.dart during doc generation * update to LUCI_BRANCH, which is already populated * validate env variable is either master or stable
-
- 14 Jul, 2021 1 commit
-
-
Eng Zer Jun authored
-
- 09 Jul, 2021 1 commit
-
-
Yegor authored
* [web] move e2e tests from flutter/engine to flutter/flutter * flutter update-packages --force-upgrade
-
- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-
- 23 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 Jun, 2021 1 commit
-
-
Phil Quitslund authored
-
- 16 Jun, 2021 1 commit
-
-
Hans Muller authored
-
- 15 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 03 Jun, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 02 Jun, 2021 1 commit
-
-
Greg Spencer authored
-
- 27 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 14 May, 2021 2 commits
-
-
Chris Bracken authored
shelf 1.1.2 -> 1.1.4 flutter_template_images 1.0.2 -> 3.0.0
-
Abhishek Ghaskata authored
-
- 13 May, 2021 1 commit
-
-
Kenzie Schmoll authored
* Add 'v' hotkey to open DevTools in the browser
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 May, 2021 1 commit
-
-
Greg Spencer authored
-
- 30 Apr, 2021 1 commit
-
-
Greg Spencer authored
-
- 28 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 24 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2021 3 commits
-
-
Jenn Magder authored
-
Greg Spencer authored
-
Jenn Magder authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 15 Apr, 2021 1 commit
-
-
Dan Field authored
-