Files
Remi Rousselet bef2289d55 Add doc checker (#4071)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Documentation**
- Improved and clarified documentation comments for several provider
classes and methods.
- Added and updated documentation templates for better consistency and
clarity.
- **Chores**
- Enhanced the GitHub Actions workflow to include a step for checking
Dart documentation generation.
- Added a script to conditionally run a dry run of Dart documentation
generation based on project configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-04-21 11:57:45 +02:00
..
2025-04-21 11:04:07 +02:00
2025-04-21 11:57:45 +02: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