vader_di 1.2.0
vader_di: ^1.2.0 copied to clipboard
A simple, flexible and platform agnostic Dependency Injection library with convenient syntax.
1.2.0 - 2021-06-09 #
Updated to the dart 2.13.1. Updated dependencies. Added null safety support. Updated tests
1.1.0 - 2020-03-03 #
New cool feature - Custom Factories. Create objects with parameters which not known at the container configuration time
1.0.0 - 2020-02-10 #
Added documentation, simplified API (NOTE! Breaking changes)
0.3.1 - 2020-01-14 #
Updated sdk constraints to Dart 2.7.0 Moved disposable utils to separate library
0.2.2 - 2019-12-25 #
Improved typings
0.1.2 - 2019-12-12 #
Updated API, tests and documentation. Breaking change - DiModule now doesn't need to be subclassed
0.0.3 - 2019-11-16 #
0.0.3+2 - 2019-11-16 #
- Project renamed to vader_di to avoid conflits with another packages
0.0.2+1 - 2019-11-13 #
- Updated example
0.0.2 - 2019-11-13 #
- Library renamed, added example
0.0.1 - 2019-11-10 #
- Added core library files and resolvers