Files
2022-07-31 12:19:23 +02:00
..
2022-07-31 12:19:23 +02:00
2020-08-22 19:15:59 +01:00
2020-08-22 19:15:59 +01:00
2021-10-11 14:04:49 +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