flutter_ddi 0.0.2 flutter_ddi: ^0.0.2 copied to clipboard
A Flutter package for easy and clean dependency injection management, enhancing code organization and flexibility.
0.0.2 #
- Bumpped
dart_ddi
to 0.6.1. - Improved documentation and code organization.
- Added ability to retrieve route data from context with
FlutterDDIContext
extesion. - Added
EventListener
andStreamListener
mixins. - Added
EventListenerState
andStreamListenerState
abstract classes.
0.0.1 #
- Initial release of
flutter_ddi
package. - Integration during navigation.
- Enhanced route building.
- Widget dependency injection with
FlutterDDIWidget
. - Widget management with
ApplicationState
,DependentState
andSingletonState
. FlutterDDIContext
extension for context dependency retrieval.- Module and route definition with
FlutterDDIModule
,FlutterDDIPage
andFlutterDDIModuleRouter
.