riverpod icon indicating copy to clipboard operation
riverpod copied to clipboard

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.

Results 227 riverpod issues
Sort by recently updated
recently updated
newest added

If a provider A watches a failing provider B and rethrows its error, we shouldn't retry A. Instead, if B has retry enabled, when B fixes its error, A will...

enhancement

**Describe the bug** The @visibleForTesting annotation does not propagate to generated Riverpod providers, which prevents limiting the visibility of certain providers for testing purposes **To Reproduce** - Define a provider...

bug

## Related Issues fixes #2797 ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). - [x] I have...

I have a "SessionNotifier" (stores userToken and Firebase remote config data for example) that should never be disposed. So it is inside of the first Scope. I have another ProviderScope...

documentation
needs triage

The docs for testing mention that I should be using `expectLater` with `ref.read(provider.future)` and it sort of works if the provider only awaiting a future and does not use ref...

bug
needs triage

**Description of the bug** Expected context menu what look like this: https://raw.githubusercontent.com/rrousselGit/riverpod/master/packages/riverpod_lint/resources/convert_to_consumer_widget.gif But all i got is "Convert to StatefulWidget" **To Reproduce** 1. Create new Flutter project 2. with pubspec.yaml...

bug
needs triage

The pagination approach at `pub` example (Also mentioned by Remi at FlutterVikings before) won't dispose fetchPackagesProvider of a page even if it's out of screen. i.e: If you scroll down...

documentation
needs triage