scope_provider 0.1.8
scope_provider: ^0.1.8 copied to clipboard
A Flutter package that provides a structured state management solution using ScopeController and Bloc integration.
0.1.8 #
Package Overview #
scope_provider is a Flutter package that simplifies state management using ScopeController and integrates with the Bloc pattern. It provides an efficient way to manage and access state and controllers within your widget tree. With easy-to-use widgets like ScopeProvider and ScopeControllerProvider, this package enables structured, scalable, and maintainable state management solutions in Flutter applications.
New Features #
- Introduced
ScopeControllerfor managingBlocinstances and providing context-based access to them. - Added
ScopeProviderfor easy access to controllers and state within the widget tree. - Added
ScopeControllerProviderto simplify controller retrieval and UI updates.
This release enhances the integration of Bloc state management, offering a cleaner and more modular way to manage state and controllers across Flutter applications.