ioc_container 0.8.0
ioc_container: ^0.8.0 copied to clipboard
A Dart Ioc Container. Store and manage dependencies in one place keyed by type. It simplifies creating instances of your classes.
0.1.0 #
- Initial version.
0.2.0 #
- Add a container parameter to singleton factories
0.3.0 #
- Remove fluent style returns
0.4.0 #
- Refactor (breaking changes) to fix singleton issues
0.5.0 #
- Drop a dependency version down
0.6.0 #
- Add more documentation and fix some code analysis issues
0.7.0 #
- Give the name of a missing service in the exception.
0.8.0 #
- Adds scoping with the
scoped()
andgetScoped()
extensions - Adds ability to dispose of scoped services with the
dispose
extension