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

**Describe the bug** hooks_riverpod: 1.0.4 flutter_riverpod: 1.0.4 riverpod: 1.0.3 flutter_hooks: 0.18.5+1 `Null check operator used on a null value` happened in `ProviderContainer.updateOverrides` after I've added `ProviderScope(overrides: […])` fragment to our...

bug
needs triage

Hello, I'm trying to use the pattern described in `WidgetRef.refresh` docs but I'm running into the following behavior: **Describe the bug** - Calling `ref.refresh(myAutoDisposeProvider.future)` throws because the provider state is...

bug
needs triage

**Describe the bug** Tried to migrate a project, got errors in some files, like so: class ProviderConsumerWidgetatelessWidget { Widget build(BuildCo, WidgetRef refntext context) { firef.watchumber = watch(numberProvider).toString(); **To Reproduce** Migrate...

bug
migration tool

**Describe what scenario you think is uncovered by the existing examples/articles** There is a simple use case. I want to create a todoList stateNotifierProvider that is initialized with todos fetched...

documentation

Hello, I was wondering if there could there be a way of `FutureProvider` keeping watched dependent providers alive until the next value is generated? I found the behaviour of this...

enhancement
breaking

**Describe what scenario you think is uncovered by the existing examples/articles** The autoDispose section of the article says the following: > To tell Riverpod to destroy the state of a...

documentation

Similar to the state inspector #1033, we could have a tab in the Flutter devtool that shows the graph of providers/consumers It could look like: ![image](https://user-images.githubusercontent.com/20165741/147824105-d2b48865-8daa-4213-9e0e-b7501131f0c5.png) where the various nodes...

enhancement
devtool