Skip to content

Latest commit

 

History

History

AmathusClient

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>