This commit is contained in:
2026-04-10 03:11:20 +08:00
parent b3ed93865c
commit acaf2a936d

View File

@@ -14,6 +14,9 @@ flutter devices
# 根据设备 ID 启动
flutter emulators --launch <emulator_id>
# create 模拟器
flutter emulators --create --name test_phone --device "Pixel 4"
emulator -avd test_phone
# 或直接运行,会自动选择已连接的设备
flutter run
```