Files
Remi Rousselet c51008b333 Cleanup (#4043)
<!-- 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 -->
2025-03-29 23:48:21 +01:00
..
2025-03-29 23:48:21 +01:00
2025-03-29 22:37:12 +01:00

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