dice 2.0.0
dice: ^2.0.0 copied to clipboard
Lightweight dependency injection framework for Dart.
2.0.0 #
- Support Dart 2
- Initial changers to in the future support Flutter and Angular 5
1.8.0 #
- Support Injectable
- Support custom annotations for injections, allowing users to mark their own annotations for use with injections
1.7.0 #
- Singleton binding added, Module-installation added
- Use type annotations
- Make Named annotations work
- Add bind method to support
1.6.5 #
- Remove dependency on meta package
1.6.4 #
- Add more tests of named injections
1.6.3 #
- Bump versions and improve travis build
- Update copyright
1.6.2 #
- Added change log
1.6.1 #
- Bumped dependencies
- Switched to Travis build server
- Run code coverage on test
1.6.0 #
- Function injection now works
1.5.4 #
- Bump version as pub.dartlang.com failed to update last version
1.5.3 #
- Simplified binding
1.5.2 #
- More tests
1.5.1 #
- Updated documentation with new module system
1.5.0 #
- New alternative to modules when registering dependencies
1.4.6 #
- Document how inject configuration values