Files
Joe Freeman 7db87ebf61 migrate from 'flutter pub run' to 'dart run' (#2757)
---------

Co-authored-by: Remi Rousselet <darky12s@gmail.com>
2023-07-21 10:39:11 +02:00
..
2023-06-20 15:19:46 +02:00
2022-10-30 17:15:32 +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