Files
dependabot[bot] f394e34b07 Bump dio from 4.0.6 to 5.1.1 in /examples/stackoverflow (#2414)
Bumps [dio](https://github.com/cfug/dio) from 4.0.6 to 5.1.1.
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/dio_v5.1.1)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 15:26:46 +02:00
..
2022-10-30 17:15:32 +01:00
2021-04-11 10:40:36 +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
flutter pub run build_runner build --delete-conflicting-outputs