- Make sure you have flutter installed
flutter --version
- Tasks are outlined with comments throughout the project
- Starter code for Bloc is provided but feel free to use any state management strategy you feel most comfortable with
- Run
flutter packages get
to obtain all necessary dependencies - Run using VSCode or using the command line
flutter run
- If any issues run
flutter doctor