Amathus Android and iOS client in Flutter
Android:
flutter build apk --debug
iOS:
flutter build ios --debug
Create emulators in Android or iOS.
List emulators:
flutter emulators
Launch an emulator:
flutter emulators --launch <your-emulator-id>
Run in an emulator:
flutter run --debug -d <your-emulator-id>