Skip to content

themusik/bolero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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