Weekly Habit Tracker App
$ source .env$ cd bolero
$ flutter pub get // pull the package into projectrun the app on chrome
$ flutter devices
$ flutter run -d chromerun the app on emulator
$ flutter emulators
$ flutter emulators --launch <emulator id> // Pixel_4_API_30
$ flutter run <DART_FILE> // flutter run lib/main.dart