- 18 Jul, 2018 10 commits
-
-
Chris Bracken authored
Flutter app development has been Dart 2 only for a significant amount of time, and we're about to remove all support for Dart 1.
-
xster authored
-
amirh authored
Currently only Android views are supported. This also includes a FakePlatformViewsController which is a fake implementation of the engine side for testing.
-
Matt Sullivan authored
-
Greg Spencer authored
Cirrus CI has macOS VMs, so this turns on an instance for tests so that we can evaluate if we can use Cirrus for all three platforms or not.
-
Zachary Anderson authored
-
Ian Hickson authored
Makes them all be generated on Linux and fixes some to not be so large.
-
Michael Goderbauer authored
-
Ryan Macnak authored
Bug: https://github.com/flutter/flutter/issues/19435
-
Ryan Macnak authored
Bug: https://github.com/flutter/flutter/issues/19494
-
- 17 Jul, 2018 4 commits
-
-
Michael Goderbauer authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/19465
-
xster authored
-
- 16 Jul, 2018 7 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
Matt Sullivan authored
* Chevrons in month picker are semi-transparent when the month is scrolled * Added type missing annotation
-
Sigurd Meldgaard authored
This reverts commit 57d78cc7.
-
Sigurd Meldgaard authored
-
Sigurd Meldgaard authored
-
Sigurd Meldgaard authored
-
- 14 Jul, 2018 6 commits
-
-
amirh authored
-
Jonah Williams authored
-
Greg Spencer authored
This uses @kevmoo's completion package to do command line completion for flutter, and a new command "bash-completion" (with alias "zsh-completion") that will output the necessary shell script setup code, and adds the hidden command "completion" that does the actual completion. Because it adds a dependency, I also had to do flutter update-packages --force-upgrade. Fixes #18988.
-
Jonah Williams authored
-
Jonah Williams authored
- 13 Jul, 2018 5 commits
-
-
xster authored
-
Jonah Williams authored
-
Hans Muller authored
-
Gary Miguel authored
This reverts commit e22f9974. Adding the exit(exitCode) fixes the hang. Tested by running `fx run-host-tests` with a topaz checkout. Verified the hang before, no hang after.
-
Jonah Williams authored
-
- 12 Jul, 2018 8 commits
-
-
Alexander Aprelev authored
Revert "Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) again (#19277)" (#19295)" (#19322) This reverts commit cc122f16.
-
Zachary Anderson authored
This reverts commit 032f8cdb. The test runner hangs on exit after all tests pass when trying to roll this into Fuchsia.
-
Alexander Aprelev authored
* Preserve original kernel file for isolate spawn requests. This change gives incremental kernel files ".incremental.dill" extension thereby preserving original kernel file. Bug: https://github.com/flutter/flutter/issues/16084 Bug: https://github.com/flutter/flutter/issues/17012 Bug: https://github.com/flutter/flutter/issues/17983 * Factor out naming logic into separate function * Fix string vs uri
-
Danny Tuppeny authored
* Allow a longer timeout for app launches * Include timings in errors when waiting for events * Extract a helper that adds a timeout and includes message logging * Ensure all timeouts include messages * Ensure logs are set up before we invoke actions * Ensure all messages are logged during timeout periods This adds a new stream _allMessages that collects all output (as routed through debugPrint) and updates _timeoutWithMessages to use that instead of stdin/out of only the flutter run process (since that was missing stdin - the sends, and both input/output to the VM service).
-
Danny Tuppeny authored
-
Hans Muller authored
-
Alexander Aprelev authored
Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) again (#19277)" (#19295) This reverts commit 700cb767 as it breaks Windows tests.
-
Alexander Aprelev authored
* Revert "Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) (#19044)" (#19276)" This reverts commit cf932490 as it also includes fix for type error that broke tests. * Add type cast for dart2 type checks. * Move up to latest goldens * Make inDirectory() type-parameterized. * Add typecasting to transitions_perf_test.dart and microbenchmarks. * Add boolean flag initialization in save_catalog_screenshots.dart * Add type conversion to gallery transition test
-