mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-06 15:19:37 +08:00

- flutter_riverpod@2.0.2 - hooks_riverpod@2.0.2 - riverpod@2.0.2 - riverpod_annotation@1.0.2 - riverpod_generator@1.0.2
A StackOverflow client implemented using Riverpod and the official StackOverflow API
The example is still in progress
Setup
This example uses code generation. Before starting the application, you must first start the code generators.
This can be done with:
cd examples/stackoverflow
flutter pub run build_runner build --delete-conflicting-outputs