2026-04-10 02:22:02 +08:00
2026-04-10 02:22:02 +08:00
2026-04-10 02:22:02 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 02:00:51 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 02:00:51 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 02:00:51 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 02:00:51 +08:00
2026-04-10 01:58:38 +08:00
2026-04-10 02:22:02 +08:00

test_one

启动模拟器

查看可用模拟器

flutter devices

启动指定模拟器

# 根据设备 ID 启动
flutter emulators --launch <emulator_id>

# 或直接运行,会自动选择已连接的设备
flutter run

常用命令

# 列出所有模拟器
xcrun simctl list devices

# 启动 iOS 模拟器
open -a Simulator

# 查看当前连接的设备
flutter devices

运行应用

# debug 模式运行
flutter run

# release 模式运行
flutter run --release

# 指定设备运行
flutter run -d <device_id>
Description
No description provided
Readme 243 KiB
Languages
C++ 42.5%
CMake 36.8%
Dart 11.2%
HTML 3.7%
C 2.9%
Other 2.8%