flutter/packages/flutter_tools/lib
Danny Tuppeny d3f6128c21
Flutter emulator launch crash running in dart-2-mode (#19454)
* Only printError on our simple messages

Any other type is a real error that should be a normal crash (to get a proper error log).

See #19453.

* Add toList() to convert Iterable<String> -> List<String>

This code previously throw in Dart-2 mode.

Fixes #19453.

* Move getSimulatorPath into Xcode

* Add a test that we tried to launch the simulator

* Remove unused import
2018-07-19 10:32:44 +01:00
..
src Flutter emulator launch crash running in dart-2-mode (#19454) 2018-07-19 10:32:44 +01:00
executable.dart Add Bash and Zsh command-line completion for flutter (#19243) 2018-07-13 21:24:36 -07:00
runner.dart enable lint prefer_equal_for_default_values (#18156) 2018-06-05 08:50:40 +02:00