fluter devices 查看当前支持的运行终端
fluter run 运行当前项目
fluter run -d windows 指定某个系统进行运行
less复制代码
在运行时通过热键进行调试
r Hot reload. //点击后热加载,重新加载
R Hot restart. // 热重启项目
h List all available interactive commands. //自己试了一下感觉没啥放映
p //显示所有元素节点网格
d Detach (terminate "flutter run" but leave application running).
c Clear the screen //切换android与ios 中的预览模式,如果项目支持多平台会一次切换多个平台
q Quit (terminate the application on the device). //退出项目调试