- 18 Jun, 2020 3 commits
-
-
Christopher Fujino authored
-
Jonah Williams authored
-
Per Classon authored
-
- 17 Jun, 2020 10 commits
-
-
Ming Lyu (CareF) authored
* Add comments to flutter_driver for timeline class Mostly about explanation for the json items from timeline.dart and timeline_summary.dart.
-
Jonah Williams authored
Fixes #59608 The VmService getter can be null, handle that in the listViews method. NNBD when
-
Jenn Magder authored
-
Chris Bracken authored
Broke iOS devicelab tests. This reverts commit 90fb2e80.
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
-
Ayush Bherwani authored
-
Alex Vincent authored
-
- 16 Jun, 2020 25 commits
-
-
Justin McCandless authored
-
Greg Spencer authored
Remove dependency on package:collection by moving mergeSort into foundation/collections.dart (#59521) This removes a dependency from Flutter (package:collection) by copying the implementation of mergeSort into Flutter's foundation/collections.dart. Also, removed a reference to UnmodifiableSetView from the shortcuts code by just returning a copy instead.
-
Per Classon authored
After Dart VM change we are now required to use loadLibrary on an import whenever it is imported as deferred. See: https://dart-review.googlesource.com/c/sdk/+/149613
-
stuartmorgan authored
Updates the tooling to use the GTK embedding, rather than the GLFW embedding: - Adds new requirements to `doctor` - Updates the app and plugin templates to make GTK-based runners and plugins - Stops downloading and installing the GLFW artifacts Final part of #54860, other than cleanup.
-
Kenzie Schmoll authored
-
Jonah Williams authored
This command was previously used by the re-entrant build scripts in xcode_backend.sh and build.gradle. These have since been refactored to use flutter assemble. Deprecation the command in preparation for removal in a future release of flutter. The only current use is a test on HHH
-
MH Johnson authored
-
Jonah Williams authored
This will need to be moved, so we can skip for now to avoid issues around double uploading or changing the token config. The tool coverage is fairly steady and we're not losing any historical data.
-
Diego Henrique Domingues authored
-
renyou authored
-
Ayush Bherwani authored
-
Justin McCandless authored
-
Jenn Magder authored
-
Michael Joseph Rosenthal authored
-
Gary Qian authored
-
Christopher Fujino authored
-
Darren Austin authored
-
Greg Spencer authored
-
Gary Qian authored
-
Gary Qian authored
-
Jonah Williams authored
[flutter_tools] ensure generated entrypoint matches test and web entrypoint language version (#59291) Ensure that the language version of the test/web generated entrypoint matches the language version of the test file to run, or the overall package language version if no annotation is provided.
-
Michael Goderbauer authored
* Word substitutions * ++
-
Michael Goderbauer authored
-
Gary Qian authored
-
Zachary Anderson authored
This reverts commit b3c237ce.
-
- 15 Jun, 2020 2 commits
-
-
godofredoc authored
The flutter infra recipes got moved to a new location and we need to update docs with links to the new locations. Bug: https://github.com/flutter/flutter/issues/45630
-