- 11 Jun, 2020 3 commits
-
-
engine-flutter-autoroll authored
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 10 Jun, 2020 15 commits
-
-
Gabriel Terwesten authored
-
Ming Lyu (CareF) authored
* combine forwardStandardStreams * combine exec and eval
-
Hansol Lee authored
-
Per Classon authored
-
Jenn Magder authored
-
Ming Lyu (CareF) authored
The original help info has lines too long for appropriate terminal display.
-
Jenn Magder authored
This reverts commit dca6320f.
-
WJQ authored
-
Darren Austin authored
-
Darren Austin authored
-
Hans Muller authored
-
Nate Bosch authored
-
Jonah Williams authored
The tool was setting the output preferences in a sub-context. Originally these were not injected before the arg parsers were created, though that was fixed by the lazy command creation. Once local engine is removed, the inner flutter_command Zone can be removed.
-
Jonah Williams authored
Remove global Platfrom from proxy validator. move tests to new file, and update asserts to cover message contents.
-
Jose Alba authored
-
- 09 Jun, 2020 20 commits
-
-
engine-flutter-autoroll authored
-
Jonah Williams authored
[flutter_tools] create NotifyingLogger at the top level when running flutter run --machine or flutter attach --machine (#59087) Removes dependency on injecting additional logger with zones
-
Kate Lovett authored
-
Jenn Magder authored
-
Alexandre Ardhuin authored
-
Jonah Williams authored
Support Microsoft Edge as a device for flutter run when web is enabled. Currently this only works on Windows, and does not include a validator for edge. Fixes #55322
-
Jonah Williams authored
This prevents using a cached kernel file with different defines, since --initialize-from-dill does not handle this correctly. Fixes #58976
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
Helin Shiah authored
-
Jonah Williams authored
Adds support for --bundle-sksl-path to windows, linux, macOS, and iOS. Fixes #53115
-
chunhtai authored
-
Jason Simmons authored
-
Pierre-Louis authored
-
Jonah Williams authored
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
-
Jonah Williams authored
This reverts commit 9ed3e5be.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
-
Jenn Magder authored
-
Kaushik Iska authored
As of flutter.dev/go/engine-cpu-profiling, we collect the CPU and Memory usage. With work being done to collect GPU usage on iOS as well. This adds them to the timeline summary. Fixes: https://github.com/flutter/flutter/issues/58803
-
- 08 Jun, 2020 2 commits