flutter/packages/flutter_tools/test/general.shard/runner
Lasse R.H. Nielsen af5194dbfd
Prepare Flutter for SDK changes to runZoned. (#52953)
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.
2020-03-24 08:34:17 -07:00
..
flutter_command_runner_test.dart Move outputPreferences to globals (#52846) 2020-03-18 15:54:26 -07:00
flutter_command_test.dart [ISSUE-30478] Release cache dir lock acquired by a command on sigint or sigterm (#52194) 2020-03-12 09:11:01 -07:00
runner_test.dart Prepare Flutter for SDK changes to runZoned. (#52953) 2020-03-24 08:34:17 -07:00
utils.dart Make subcommands return success instead of null (#48100) 2020-01-10 11:28:01 -08:00