get_it_modular 1.0.0
get_it_modular: ^1.0.0 copied to clipboard
A simple and powerful modular architecture for Flutter that provides scoped dependency injection on top of get_it, without mixing in state management or navigation.
1.0.0 #
- Initial stable release of the
get_it_modularpackage. - Includes
ModuleContractwith a self-managing lifecycle for child dependencies. - Includes
ModuleScope, a lifecycle-managing widget with a built-in assertion for improved developer safety.