Skip to content

Flutter 常用命令

devices

shell
flutter devices

列出所有连接的设备。

shell
adb devices

emulators

shell
flutter emulators

列出模拟器列表并启动任何可用的设备模拟器。

doctor

shell
flutter doctor

显示相关已安装工具的信息。

可前往 环境搭建章节 看作用

run

shell
flutter run

运行flutter项目

adb connect

shell
adb connect ip:port

连接 真机/模拟器