Weekly Habit Tracker App
$ source .env
$ 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