flutter run 指定入口文件
flutter run --target=src/app.dart
其他命令也是类似的
flutter build apk --target=src/app.dart
More than one device connected; please specify a device with the '-d ' flag, or use '-d all' to act on all devices.
查看所有可用设备
flutter devices
Flutter 指定设备
flutter -d <deviceId>
完整命令如下
flutter run --target=lib/main_desktop.dart -d macos