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

<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated dependency configurations to allow greater flexibility and removed an obsolete linting tool. - **Refactor** - Streamlined state management and theme handling to improve maintainability without impacting visible functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
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
dart run build_runner build -d