scope 2.0.2
scope: ^2.0.2 copied to clipboard
Scope provides dependency injection (DI) for Dart applications allowing you to inject values into a scope and then 'use' those dependencies from any method (or constructor) called within that scope.
2.0.2 #
updated description again.
2.0.1 #
Updated readme and pubspec description.
2.0.0 #
- renamed packaged to scope.
1.0.2 #
- changed hasScopeKey to not throw an exception internally as it is a pain when debugging with all exception catching on.
1.0.1 #
updated lib to confirm with naming conventions.
1.0.0 #
Initial release.