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

Similar to provider, let's add a pannel on the Flutter devtool to inspect the state of a Riverpod app

enhancement
devtool

From the examples/docs it's not clear what the equivalent is for ListenableProvider (from Provider): https://pub.dev/documentation/provider/latest/provider/ListenableProvider-class.html Or ValueListenableProvider: https://pub.dev/documentation/provider/latest/provider/ValueListenableProvider-class.html Basically, how can I use Riverpod to expose a regular Listenable or...

enhancement

Some applications may use both Riverpod and Provider, but in this situation the migration tool considers `package:provider` code as if it was from Riverpod and tries to migrate it too...

bug
migration tool

Apps that do not use null-safety yet don't migrate properly at the moment. I've noticed a few issues, such as: - `ProviderObserver` migration adds `Object?` to some parameters when it...

enhancement
migration tool

## Description When running `riverpod migrate` in a project I work on, the migration tool only suggest to change the dependency to `flutter_riverpod: ^1.0.0` and then completes. When running pub...

bug
question
migration tool

Just want to have this issue as a reminder that I should log in the migration tooling when a file fails to parse or fails to migrate, along with a...

enhancement
migration tool

## Description Click to expand logs ``` There was an error during migration, please submit a bug report to riverpod, with any relevant logs and code The following files were...

bug
migration tool

In stackovetflow example application shows null exception if there is no connection ![image](https://user-images.githubusercontent.com/40757614/142627011-9f66384a-7fc5-4c62-9530-ed3486a1db36.png) It would be great to see an idiomatic way to handle errors.

documentation

I would like to make the state managed by a `StateNotifier` be persistent and survive app restarts. Is there anything out of the box that I could use, so that...

documentation
enhancement

**Describe what scenario you think is uncovered by the existing examples/articles** I am a beginner to flutter so, I find it difficult to know which provider to use. It will...

documentation