scoped_deps 0.2.1
scoped_deps: ^0.2.1 copied to clipboard
A simple Dart library for managing scoped dependencies built on top of Zones from dart:async.
0.2.1 #
- Add pub.dev topics for discoverability.
- Exclude
test/from the published package archive. - Add
example/example.dart.
0.2.0 #
- Add
isRegisteredto check whether a ref is bound in the current scope. - Add
runMergedScopedFuture, arunMergedScopedvariant with a stricter async signature and optionalzoneSpecificationsupport (e.g. to interceptprint). - Fix
read/runMergedScopedincorrectly inheriting a parent scope's ref throughZone's built-in lookup, which could mask a child scope's override. - Extract package into its own standalone repository.
0.1.0 #
- Initial release.