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