-
### systemRole
You are a Dart/Flutter dev. Never nest more than 3 levels deep. Use riverpod, flutter_riverpod, riverpod_hook, flutter_hook for state management.
### identifier
dart-flutter
…
-
**Describe what scenario you think is uncovered by the existing examples/articles**
I want to use other hook in class hook.
**Describe why existing examples/articles do not cover this case**
I th…
jeiea updated
7 months ago
-
## Steps to reproduce
1. add riverpod and signals
2. use (Async)Notifier and signals in the same Stateful/less widget
3. riverpod's or signals' value won't be updated.
## videos
## Code
ht…
-
Good morning, i'm looking for example, that allow combine query and subscription in one widget (one local state). Processing one common local state is more difficult part for understanding :(
What …
-
We're thrilled to announce a major upgrade to our development toolkit: the OneZero Flutter package.
This all-incompassing package is designed to streamline our app development process, armed with a…
-
In `go_router` documentation (not sure that it can be called documentation, probably "API specs" is more appropriate) there is no information at all on `refreshListenable`.
I do not know how to use…
-
:rotating_light: First, please check:
- existing issues,
- FAQs https://github.com/objectbox/objectbox-dart#faq
1. create a model `current_user.dart` inside `lib` folder:
```
import 'packag…
ghost updated
4 months ago
-
**Describe the bug**
Calling activeIndex.value = newIndex is not causing a re-build of the widget.
**To Reproduce**
Full Reproducible code :
```dart
class PracticeDetailScreen extends Ho…
-
I am using a (riverpod) Consumer Widget which gets built by `builder` when pushing SheetRoute. This widget starts on a loading state but very quickly changes to a data state (after checking some datab…
-
I like that your counter app is simple; that's a good first step for any state management solution.
I'd like to see a more comprehensive example that includes auth and serialization and a more comp…