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 219 riverpod issues
Sort by recently updated
recently updated
newest added

fixes #1534 fixes #1286 ___ TODO mark maintainState as deprecated in 1.0 TODO deprecate "Reader" in 1.0

### Discussed in https://github.com/rrousselGit/riverpod/discussions/1510 Originally posted by **abigotado** July 26, 2022 Hello! I need some help. Maybe I'm doing something wrong, but I've faced a problem with `ref.listen` of provider....

question

**Describe the bug** I have a stateProvider. And I have a Provider that watches stateProvider. When app is foreground, provider and stateProvider can listen and run successfully. But when I...

bug
needs triage

**Describe the bug** [whenData](https://pub.dev/documentation/riverpod/latest/riverpod/AsyncValueX/whenData.html) of AsyncValue changes `isLoading` and `isRefreshing` to be `false`. **To Reproduce** The commented out test below will fail. Is this intended behavior? ```dart import 'package:riverpod/riverpod.dart'; import...

bug

This PR adds support for Flutter DevTools by improving the already present file `devtool.dart`. With the changes present here we can more easily get the data needed to present the...

Riverpod should allow simple integration with offline storage solutions A possibility is to have Riverpod serialize/deserialize the current state of a provider and send that to a database, associated with...

enhancement

Add an ability to Riverpod snippets to convert Convert ConsumerWidget to ConsumerStatefulWidget.

enhancement
linter

**Is your feature request related to a problem? Please describe.** I'm refactoring a small app I have to use river_pods but one thing I keep wanting is a way to...

enhancement
riverpod_generator

**Describe the bug** I have recently updated to version 1.0.0 and encountered some issue with using the dependencies parameter when creating provider, I'm not sure if this is a bug...

enhancement