flutter_injections 1.1.2
flutter_injections: ^1.1.2 copied to clipboard
A lightweight dependency injection package for Flutter that enables context-free dependency management and modular architecture.
1.1.2 #
- Documentation: write a short description about the package.
1.1.1 #
- Bugfix: when change module closed all injections
1.1.0 #
- Released stable version
- Add new widget FlutterModule
- Rename widget FlutterInjections to FlutterInjectionsWidget
- Create all tests
1.0.3-beta #
- Add contribuitors sections on reademe
1.0.2-beta #
- Update descriptions on Readme and Doc
1.0.1-beta #
- Fix Readme.md
1.0.0-beta #
- TODO: Initial version beta released.
- This package use search-tree to get the dependencies, this improve the velocity to get and use more less CPU to search the specific object.
- Provide you create a module injections, such as HomeInjections have all dependencies you to need on HomePage.
- Is easy to use, the focus is keep it simple to create a great application.
- Auto dispose when you remove the FlutterInjection on your Widget Tree.
- You can dispose a specific object using __dispose