Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 413 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 413 Bytes

bolero

Weekly Habit Tracker App

set variants

$ source .env

Run the app

$ cd bolero
$ flutter pub get // pull the package into project

run the app on chrome

$ flutter devices
$ flutter run -d chrome

run the app on emulator

$ flutter emulators
$ flutter emulators --launch <emulator id>  // Pixel_4_API_30

$ flutter run <DART_FILE> // flutter run lib/main.dart