- 06 Oct, 2021 12 commits
-
-
Dan Field authored
-
Bjarte Bore authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
cd5dc3ba4 [webview_flutter] Update webview platform interface with new methods for running JavaScript. (flutter/plugins#4401) (#91352)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Danny Tuppeny authored
* Suppress diagnostics from // HACK comments
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Pierre-Louis authored
-
- 05 Oct, 2021 16 commits
-
-
engine-flutter-autoroll authored
-
keyonghan authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
Greg Spencer authored
The first of three or four changes to update the platform directories of the packages in the Flutter repo that have out date platform code. This batch includes updating the flutter_view example, updating the sanity check numbers in analyze.dart, and adding some missing Podfiles in the examples. I also eliminated some trailing whitespace in the templates for Android.
-
engine-flutter-autoroll authored
-
stuartmorgan authored
* Don't generate plugin registry in ResidentWebRunner generateDartPluginRegistry was being set to true unconditionally in ResidentRunner, bypassing the primary check in DartPluginRegistrantTarget, and the targetPlatform was not set in that codepath, bypassing the second after the changes in https://github.com/flutter/flutter/pull/87991. This caused web hot restarts to be slower due to doing unnecessary work. This ensures that generateDartPluginRegistry is false in the ResidentWebRunner to skip that unnecessary step. Fixes https://github.com/flutter/flutter/issues/91262 * Formatting Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com> Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
-
Alexander Aprelev authored
* Use recently introduced Isolate.exit() in compute implementation * Remove unused isolate variable
-
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 1 commit
-
-
Christopher Fujino authored
-