scope_provider 0.1.8 copy "scope_provider: ^0.1.8" to clipboard
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 ScopeController for managing Bloc instances and providing context-based access to them.
  • Added ScopeProvider for easy access to controllers and state within the widget tree.
  • Added ScopeControllerProvider to 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.

1
likes
140
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a structured state management solution using ScopeController and Bloc integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, equatable, flutter, flutter_bloc

More

Packages that depend on scope_provider