dicom 0.0.4
dicom: ^0.0.4 copied to clipboard
Simple yet powerful Dependency Injection (DI) and Inversion of Control Container (IoC) library
0.0.1 #
- Initial release
0.0.2 #
- Better example format
0.0.3 #
- Fix dependencies list
0.0.4 #
- [release] method to drop the only binding of the type with its cached instance
- [releaseAll] method to drop the type declared multiple times
- [get] takes the closest declaration, a nested container overrides the parent binding
- [release] and [releaseAll] throw when called in the middle of the dependencies resolution
- Injection plan is not left dirty when the resolution fails
- Test suite covering the container API including nested containers
- SDK constraint is widened up to Dart 3