inject_x 0.0.5
inject_x: ^0.0.5 copied to clipboard
A minimalistic Dependency Injestion solution similar to the Angular one
0.0.1 #
- Initial release
0.0.2 #
- Automated publishing to pub.dev
0.0.3 #
- Return the instance it's adding in the method add
0.0.4 #
- Improve dart compliance
0.0.5 #
- Implementation of a call to an init() method to allow circular references
- Added support for async get where the called init method is async