• Danny Tuppeny's avatar
    Flutter `emulator launch` crash running in dart-2-mode (#19454) · d3f6128c
    Danny Tuppeny authored
    * 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
    d3f6128c
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.coveralls.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...