1 مستودع
Associating a single provider with multiple independent states keyed by unique parameter combinations.
Distinct from Custom Cache Providers: Distinct from Custom Cache Providers: focuses on per-parameter state caching rather than custom cache interface implementations.
Explore 1 awesome GitHub repository matching data & databases · Parameterized Provider Caching. Refine with filters or upvote what's useful.
Riverpod is a reactive state management framework for Dart that manages application state through providers which automatically track dependencies and rebuild dependents when values change. It functions as an asynchronous data caching library, caching results of async operations and exposing loading, error, and data states to widgets without manual future handling. The framework includes a provider composition system that combines multiple providers into derived values that recompute automatically when any dependency changes, along with code generation for state providers that reduces boilerpl
Associates a single provider with multiple independent states keyed by unique parameter combinations for per-parameter caching.