- 08 Nov, 2021 1 commit
-
-
Yegor authored
-
- 05 Nov, 2021 1 commit
-
-
Jacob MacDonald authored
-
- 29 Oct, 2021 1 commit
-
-
Greg Spencer authored
Makes the android_semantics_testing test not fail for newer versions of Talkback. Also, since the test now depends on pub_semver, upgraded the pubspec files. The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
-
- 28 Oct, 2021 1 commit
-
-
Casey Hillers authored
-
- 26 Oct, 2021 1 commit
-
-
Janice Collins authored
-
- 21 Oct, 2021 1 commit
-
-
Yegor authored
-
- 19 Oct, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 31e33647.
-
Greg Spencer authored
This change updates the platform runners in the benchmarks subdir. I've attempted to replace the entire group with new code as if the project were recreated with flutter create so that they don't become a Frankenstein of minor changes to make it work again, but just plain old generated code that can be replaced and updated in place.
-
- 15 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 Oct, 2021 1 commit
-
-
Danny Tuppeny authored
-
- 12 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 05 Oct, 2021 1 commit
-
-
Clement Skau authored
-
- 04 Oct, 2021 5 commits
-
-
Janice Collins authored
-
Greg Spencer authored
-
Greg Spencer authored
This fixes an issue with the Dart Head-Head-Head CI bot, where it was seeing failures because of concurrent execution of the snippets tool. It adds a single run of the snippets tool right after activation to force the compiling of the package executable, which is what has trouble with concurrent invocation. This is a temporary measure until dart pub global run is fixed.
-
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.
-
Ian Hickson authored
-
- 01 Oct, 2021 2 commits
-
-
Christopher Fujino authored
-
Ian Hickson authored
-
- 30 Sep, 2021 1 commit
-
-
Christopher Fujino authored
-
- 29 Sep, 2021 1 commit
-
-
Kenzie (Schmoll) Davisson authored
-
- 28 Sep, 2021 2 commits
-
-
Daco Harkes authored
-
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.
-
- 27 Sep, 2021 1 commit
-
-
Daco Harkes authored
-
- 24 Sep, 2021 2 commits
-
-
Christopher Fujino authored
-
Janice Collins authored
-
- 20 Sep, 2021 1 commit
-
-
- 16 Sep, 2021 1 commit
-
-
Kate Lovett authored
-
- 15 Sep, 2021 1 commit
-
-
Ian Hickson authored
-
- 14 Sep, 2021 1 commit
-
-
stuartmorgan authored
-
- 13 Sep, 2021 1 commit
-
-
Anna Gringauze authored
-
- 08 Sep, 2021 1 commit
-
-
Janice Collins authored
-
- 02 Sep, 2021 1 commit
-
-
Jacob MacDonald authored
-
- 31 Aug, 2021 1 commit
-
-
Konstantin Scheglov authored
-
- 30 Aug, 2021 2 commits
-
-
Kate Lovett authored
-
Greg Spencer authored
-
- 27 Aug, 2021 1 commit
-
-
keyonghan authored
-