ioc_container 0.4.0
ioc_container: ^0.4.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.4.0 #
- Initial version.
- Add a container parameter to singleton factories
- Remove fluent style returns
- Refactor (breaking changes) to fix singleton issues