TownPass project made with Flutter.
- Android Studio + Flutter plugin
- VSCode + Flutter extension
-
Open with your desire IDE.
-
Run the following to get the packages project needed:
flutter pub get
-
Run the following to generate additional needed dart code for the project.
flutter packages pub run build_runner build --delete-conflicting-outputs
-
You are all set now, Run the project from IDE or the command:
flutter run
- note: If you have multiple devices (including virtual device(s)), you will have to specify one to run the project.