This repository was archived by the owner on Mar 27, 2020. It is now read-only.
1.0.7
This is specified as not existing on the web platforms, although in practice it can be imported an at least one API works on DDC but not dart2js. Since this may become more strict, use conditional imports with an explicitly non-working fallback when `dart:isolate` is not available. - Make `CurrentIsolateResolver` private and add a top level method instead since it is easier to stub. - Rename `util_stub.dart` to `util_io_sub.dart` to avoid confusion against the new `util_isolate_stub.dart`.