injector 0.1.2 injector: ^0.1.2 copied to clipboard
injector is a simple to use and lightweight dependency injection library for dart
0.1.3 #
- Change license from BSD to Apache2
0.1.2 #
- Upgrade analysis_options.yaml
- Add missing Cast ("as T")
- Add Test - Cycle dependencies
0.1.1 #
- Upgrade pubspec.yaml (Change dart sdk constraint)
- Update README.md
- Update Description
0.1.0 #
- Create package,
- Add Injector class
- Add unit tests for "Injector"
- Add example - How to deal with the injector / dependency injector