- 05 Oct, 2021 7 commits
-
-
godofredoc authored
-
engine-flutter-autoroll authored
-
keyonghan authored
-
keyonghan authored
-
keyonghan authored
-
stuartmorgan authored
-
Clement Skau authored
-
- 04 Oct, 2021 11 commits
-
-
Alexander Aprelev authored
* Add a microbenchmark that measures performance of flutter compute. This benchmark should show performance improvements when compute is switched to Isolate.exit * Fix analyzer warnings, increase warmup iterations * Fix license header
-
Janice Collins authored
-
Greg Spencer authored
-
Ian Hickson 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.
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
Christopher Fujino authored
-
Jenn Magder authored
-
xubaolin authored
-
- 02 Oct, 2021 4 commits
-
-
Christopher Fujino authored
-
Greg Spencer authored
-
engine-flutter-autoroll authored
6f4143e80 Roll Dart SDK from cea2ea76fc66 to d50eacfa4fcd (2 revisions) (flutter/engine#28988) (#91123)
-
Littlegnal authored
-
- 01 Oct, 2021 18 commits
-
-
stuartmorgan authored
-
engine-flutter-autoroll authored
-
Fernando Moraes authored
-
LongCatIsLooong authored
-
Christopher Fujino authored
-
Ian Hickson authored
-
Kate Lovett authored
-
Kate Lovett authored
-
Kate Lovett authored
-
Ian Hickson authored
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Hans Muller authored
-
engine-flutter-autoroll authored
aed327b84 Roll Dart SDK from 4a4c1361ad7b to 4fa07f3ccd43 (1 revision) (flutter/engine#28979) (#91074)
-
engine-flutter-autoroll authored
-
stuartmorgan authored
Building an application for a desktop platform that transitively included any Dart-based plugins (such as path_provider) broke `flutter test`, because its compilation was overriding the provided main (in this case, the test main) with `generated_main.dart` if it was present. This PR: - Changes the `flutter test` compilation path to update `generated_main.dart`, so that the tests will work, and will include any registered Dart plugins. - Makes using `generated_main.dart` during recompile opt-in, to try to reduce the chance of a similar bug happening with other codepaths in the future. Fixes https://github.com/flutter/flutter/issues/88794
-