mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-06 15:19:37 +08:00
Pub
Install needed global packages
cd riverpod
dart pub global activate melos
Build the Example App
Run the code generation
cd examples/pub
flutter pub get
dart run build_runner build -d
Run the Example App
Create and run the android deployable
flutter create . --platforms android
flutter run