Similar to xBOX, Design prototype
open emulator:
# android emulator
$ANDROID_SDK/emulator/emulator -list-avds
$ANDROID_SDK/emulator/emulator @avd-name
# ios simulator
/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
start:
flutter run
see detail