- Install and configure the Flutter framework: https://flutter.dev/docs/get-started/install
- Add the Flutter and Dart plugins to your IDE: https://flutter.dev/docs/get-started/editor
- Fork this repository and clone your fork.
- Install all dependencies
flutter pub get
- Run the project using your IDE or the Flutter CLI:
flutter run
This can resolve issues where the simulator is not running the latest code.
flutter clean