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** `ref.invalidate(familyProvider)` doesn't seem to work properly when using scoped providers. The problem happens when nesting a `ProviderScope` inside others. The reason I'm using many `ProviderScope`s is that...

bug
needs triage

**Describe the bug** There is no way to handle the "done" event on the stream of a StreamProvider. [In particular, a StreamProvider constructed using an empty stream will stuck forever...

bug
needs triage

**Describe the bug** When a widget that watches a stream provider gets disposed, it should unsubscribe to the stream returned by the stream provider. This is not the case. Real...

bug
question

**Describe the bug** It appears that `ref.exist(someProvider)` still returns `true` when manually invalidate a provider, and when try to use the invalidated provider `onResume` gets called. While when we set...

bug
needs triage

**Describe the bug** Listeners are added when they shouldn't be when using future providers. This leads to a memory leak since the listeners are never removed. **Dependencies** ```yaml flutter_riverpod: 2.5.1...

bug

Hello, I'm using the version 3 from the [dev branch](https://github.com/rrousselGit/riverpod/tree/36f3e20689a9531f9724564fbedf42068d92c271) I want to create a mixin that works on provider and family provider. Which is possible with `NotifierBase`. Now I...

bug
needs triage

### Discussed in https://github.com/rrousselGit/riverpod/discussions/3528 Originally posted by **MillieNakiganda** May 7, 2024 In the riverpod documentation, there is a line that says: "The ref.watch method should not be called asynchronously". How...

documentation

This important code is lost in the page. Expanded with note and a tip of how to generate code on ad-hoc basis ## Related Issues fixes #your-issue-number ## Checklist Before...

**Describe the bug** I seem to be getting the following error from ConsumerStatefulWidget (or rather, ConsumerState) _TypeError Null check operator used on a null value framework.dart in State.context at line...

bug

This PR adds Turkish language support to the Riverpod documentation. The following changes were made: - Added a new `tr` folder in the `website/i18n` directory. - Updated the `docusaurus.config.js` file...