Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 417 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 417 Bytes

Amathus Client

Amathus Android and iOS client in Flutter

Build

Android:

flutter build apk --debug

iOS:

flutter build ios --debug

Emulators

Create emulators in Android or iOS.

List emulators:

flutter emulators

Launch an emulator:

flutter emulators --launch <your-emulator-id>

Run

Run in an emulator:

flutter run --debug -d <your-emulator-id>