commit | 5d74c5200b358fb65900780f25f2199c85e2d05f | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch1@gmail.com> | Tue Nov 03 10:20:52 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 03 10:20:52 2020 -0800 |
tree | 3cf1a4524d6b4959aa32c1359131b2b2bae1aeee | |
parent | 7c4677c7a8af5420386d7d977f11ad5d6fc2a8dc [diff] |
Migrate to runZonedGuarded (dart-lang/test_descriptor#28) The `onError` argument to `runZoned` is deprecated. Switch to the supported `runZonedGuarded`. Add ignored parameters for the `StackTrace` argument to fit the more strict static type. Bump min SDK to 2.8.1 which is the first published with the `runZonedGuarded` API.