Skip to content

Latest commit

 

History

History
 
 

pub

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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