dependencies 0.1.5 dependencies: ^0.1.5 copied to clipboard
A simple and modular dependency injection system without using reflection.
0.0.1 #
- Initial version.
0.0.2 #
- Added testing.
- Fixed a bug with registrations.
0.0.3 #
- Added better binding interfaces for factories and singletons.
- Added examples.
0.0.4 #
- Added shortcuts to inject through the
InjectorRegistry
. - Added Flutter version.
0.0.5 #
- Added configurer and installer.
- Removed global allow override.
0.1.0 #
- Added disposing mechanism.
- Stable API
0.1.1 #
- Added the possibility to create an injector from bindings.