- 25 Mar, 2020 15 commits
-
-
Michael Thomsen authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Zachary Anderson authored
-
chunhtai authored
-
Jenn Magder authored
Revert "Let flutter attach find the service port by looking through old logs again (#53153)" (#53282) This reverts commit 0c5ffdc9.
-
xster authored
-
Leaf Petersen authored
This reverts commit 6c7c2e37.
-
Leaf Petersen authored
-
Mouad Debbar authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
Date Picker UI redesign
-
Dan Field authored
-
gaaclarke authored
-
- 24 Mar, 2020 16 commits
-
-
Jenn Magder authored
-
Jussi Lahdenniemi authored
-
Jenn Magder authored
-
gaaclarke authored
-
Erik Ernst authored
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Devon Carew authored
save and restore the chrome session local storage information
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
* Convert ios_device_logger_test.dart to testWithoutContext * Remove IMobileDevice from globals, hoist to XCDevice constructor
-
Jenn Magder authored
-
Lasse R.H. Nielsen authored
The `runZoned` method deprecates the `onError` parameter. Invocations using that parameter must use `runZonedGuarded` instead. This prepares Flutter for the deprecation. The same places need to be migrated to using `runZonedGuarded` when the SDK change has been ported to Flutter. Then the deprecated member will be removed in a follow-up CL when the most important packages have been migrated.
-
Jonah Williams authored
Should fix issues introduced in web-server device and allow loading org-dartlang-app URIs
-
- 23 Mar, 2020 7 commits
-
-
chunhtai authored
-
Ferhat authored
-
Justin McCandless authored
-
chunhtai authored
-
Christian Mürtz authored
-
stuartmorgan authored
Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant. Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable. Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes. Fixes #30704
-
Zachary Anderson authored
This reverts commit 8c0b43bd.
-
- 20 Mar, 2020 2 commits
-
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
-