scoped_deps 0.2.1 copy "scoped_deps: ^0.2.1" to clipboard
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 isRegistered to check whether a ref is bound in the current scope.
  • Add runMergedScopedFuture, a runMergedScoped variant with a stricter async signature and optional zoneSpecification support (e.g. to intercept print).
  • Fix read/runMergedScoped incorrectly inheriting a parent scope's ref through Zone's built-in lookup, which could mask a child scope's override.
  • Extract package into its own standalone repository.

0.1.0 #

  • Initial release.
8
likes
160
points
140
downloads

Documentation

API reference

Publisher

verified publishermrgnhnt.com

Weekly Downloads

A simple Dart library for managing scoped dependencies built on top of Zones from dart:async.

Repository (GitHub)
View/report issues

Topics

#dependency-injection #architecture #dart

License

MIT (license)

Dependencies

meta

More

Packages that depend on scoped_deps