rrousselGit/riverpod: A simple way to access state while robust and testable.

4231
STARS
71
WATCHERS
683
FORKS
106
ISSUES

riverpod's Language Statistics

rrousselGit's Other Repos

Star history of riverpod
Issue history of riverpod

riverpod Recent Issues

Issue Title State Comments Created Date Updated Date Closed Date
Privacy of providers using code generation closed 4 2023-03-13 2023-03-07 2023-03-13
type 'SimpleIdentifierImpl' is not a subtype of type 'PropertyAccess' in type cast closed 2 2023-03-13 2023-03-07 2023-03-13
lint: Don't specify `listen(onError:` ` if a provider is async open 0 2023-03-13 2023-03-07 -
`onDispose()` called on `Notifier`s seemingly without reason. open 0 2023-03-12 2023-03-07 -
New lint: avoid AsyncValue.when/co inside providers open 1 2023-03-12 2023-03-07 -
AsyncNotifier isRefreshing state is replaced by isReloading state open 2 2023-03-12 2023-03-07 -
Riverpod generator doesn't add import prefix to generated providers closed 1 2023-03-12 2023-03-07 2023-03-12
do not lint on ThisNotifier build() => this in generated code open 0 2023-03-11 2023-03-07 -
How to initialize Notifier based on the value of another provider? closed 0 2023-03-11 2023-03-07 2023-03-13
riverpod_generator fails when instantiating a Provider from a function in a file with generated providers closed 0 2023-03-10 2023-03-07 2023-03-10
Warn if a generated class is used as input of a provider open 0 2023-03-09 2023-03-07 -
[riverpod_lint] Rename symbol when converting generated provider between stateless to stateful open 1 2023-03-09 2023-03-07 -
type 'SimpleIdentifierImpl' is not a subtype of type 'PropertyAccess' in type cast closed 6 2023-03-09 2023-03-07 2023-03-10
nested providerScope override not working open 0 2023-03-09 2023-03-07 -
Warn if a Notifier has public fields open 0 2023-03-09 2023-03-07 -
[riverpod_lint] - Pub.dev - Incorrect install command closed 1 2023-03-08 2023-03-24 2023-03-08
Give the option to tell riverpod what name the generated provider should have closed 1 2023-03-07 2023-03-20 2023-03-07
Generated code for provider class that shoud provide a built-in Flutter type returns `dynamic` instead closed 6 2023-03-07 2023-03-23 2023-03-18
'debugGetCreateSourceHash' is deprecated and shouldn't be used. How do I not use this? closed 3 2023-03-06 2023-03-23 2023-03-18
StateNotifier<List<T>> The change of elements in the list will not cause the ui to change closed 4 2023-03-06 2023-03-07 2023-03-07
Invalidating `FutureProvider` might throw open 1 2023-03-06 2023-03-07 -
`FutureProvider.future` not yielding result immediately if inner `FutureOr` is a value closed 1 2023-03-06 2023-03-07 2023-03-07
Lints do not correctly handle renamed providers closed 3 2023-03-05 2023-03-21 2023-03-07
[riverpod_generator] Build runner fails after upgrading to 2.0.0 closed 4 2023-03-05 2023-03-07 2023-03-10
Can't invalidate FutureProvider.future closed 6 2023-03-03 2023-03-07 2023-03-03
Riverpod lint is not working in Windows closed 8 2023-03-02 2023-03-23 2023-03-18
Scoped providers should not generate a "ref" typedef closed 1 2023-03-02 2023-03-07 2023-03-02
Warn if a provider unconditionally throws closed 2 2023-03-02 2023-03-07 2023-03-02
Add a new parameter to define ourselves the provider name with @riverpod annotation open 0 2023-03-02 2023-03-07 -
Warn about ref/scoped provider misuse open 0 2023-03-01 2023-03-14 -
[riverpod_lint 1.1.1] removing "dependencies" on @Riverpod with keepAlive breaks code closed 2 2023-03-01 2023-03-14 2023-03-01
The examples in the Changelog for riverpod_generator 2.0.0 may be incorrect. closed 3 2023-03-01 2023-03-18 2023-03-01
Variant of AsyncValue.whenData that preserves other attributes (AsyncValue.mapValue) closed 19 2023-02-28 2023-03-07 2023-03-13
StateProvider not rebulding checkbox closed 3 2023-02-28 2023-03-22 2023-02-28
Add StreamProvider to riverpod_generator closed 2 2023-02-28 2023-03-07 2023-02-28
riverpod_generator: file ".g" is not generated when @riverpod annotations are in a part file closed 1 2023-02-27 2023-03-07 2023-02-27
ref.watch(...) doesn't listen to internal changes on certain object using StateNotifierProvider closed 1 2023-02-26 2023-03-07 2023-02-26
[riverpod_generator] can not detect type closed 2 2023-02-26 2023-03-07 2023-02-26
use WidgetRef from callback (using infinite list package) closed 4 2023-02-24 2023-03-07 2023-02-27
[riverpod_lint] improper (but functional) type annotation for createState in quickfix convert to ConsumerStatefulWidget closed 0 2023-02-23 2023-03-07 2023-02-23
Is it possible to invoke ref.onResume with ref.watch(someProvider.future) to maintain the cache? open 5 2023-02-21 2023-03-07 -
riverpod_lint throws when an already generated class/function provider is being renamed closed 3 2023-02-21 2023-03-07 2023-02-24
riverpod_lint throws when a non-existent family provider is ref.anything'd closed 1 2023-02-21 2023-03-07 2023-02-24
Warn against AsyncNotifier.update misuses open 0 2023-02-19 2023-03-07 -
NotifierBase.state setter should be @protected closed 1 2023-02-19 2023-03-07 2023-02-19
[riverpod_generator] `FormatterException` when trying to generate code using records closed 2 2023-02-18 2023-03-23 2023-02-18
An assertion is thrown if the exception was thrown in the callback that create a provider. closed 3 2023-02-18 2023-03-07 2023-03-03
update provider listenable only `on` certain conditions open 1 2023-02-18 2023-03-07 -
Is the overridden provider not disposed? open 0 2023-02-18 2023-03-07 -
[riverpod_lint] analyzer just get crushed repeatedly open 7 2023-02-18 2023-03-07 -