-
**Describe what scenario you think is uncovered by the existing examples/articles**
I've tried to implement form field state management using the riverpod notifiers. I've started doing this using Sta…
-
It would be very helpful if there was a way to create custom extensions for the devtool. For example, I'd like to write an extension to inspect the contents of the [Hive DB](/hivedb/hive). But I think…
-
**Describe the bug**
After upgrading my project to the latest riverpod/hooks versions, I'm getting an error in build runner:
```
[SEVERE] riverpod_generator on lib/models/settings.dart:
Bad state:…
-
I'm confused about this line the docs:
![image](https://user-images.githubusercontent.com/736973/139206279-bcae0405-44d3-4f9f-affa-7a911bfaa17e.png)
Could you elaborate on the rationale?
Why i…
-
Hi there, I have a use case where I think would be a great idea to use a service pattern but I struggle to understand how would I go about using it with riverpod.
Imagine the following scenario: Th…
-
This issue is just for track the #33 and #41, since they occurring at the same time.
## Tracking
- [ ] #33
- [x] #41
-
Add support for `when`/`map` on custom enums:
```dart
@freezed
abstract class Enum with _$Enum {
const factory Enum._(String label) = _Enum;
static const first = Enum._('1st');
static …
-
This issue is a collection of thoughts I had when reading the [gskinner article](https://blog.gskinner.com/archives/2021/12/flutter-a-skeleton-app-w-getit-getitmixin.html) on their state management an…
-
I got error in this logic handle for load more
```dart
final AsyncValue currentTimelineFromIndex = ref
.watch(testTimelineFutureProvider(idx ~/ 20))
.…
-
### Steps to Reproduce
When I invoke
```dart
_isar.memoryPOs.where().exportJson();
```
App crashes, It looks like the index is out of range. Not every Scheme will report this error.
### C…