• Jonah Williams's avatar
    [flutter_tools] ensure flutter daemon can exit correctly when app fails to start (#60615) · 21881961
    Jonah Williams authored
    The flutter daemon unconditionally waits for the appFinished signal, even if startup failed. Ensure this future is correctly completed if there is a failure in ResidentRunner.run and not just ResidentRunner.attach. Adds regression tests for run release, debug, debug web, and release web. Adds missing try catch in cold runner startup.
    
    Manually tested with release/debug on Android and release/debug on web.
    
    Fixes #60613
    21881961
Name
Last commit
Last update
..
commands.shard Loading commit data...
data Loading commit data...
general.shard Loading commit data...
integration.shard Loading commit data...
src Loading commit data...
template_test.dart Loading commit data...