Vscode debugging Flutter project

1 , VSCode open flutter project development

2 , run Flutter project

flutter run

r button: Click thermal load, it will be reloaded.
p key: Show Grid, this can be a good grasp of the layout, the work is useful.

o : Toggle android and ios preview mode.
q key: Exit preview mode debugging.

 

3 , VSCode default Rom third-party simulator solution
cd to correspond to a god simulator D: \ Program Files \ Nox \ bin directory and run

 

nox_adb.exe connect 127.0.0.1:62001

 

 

 

 

Guess you like

Origin www.cnblogs.com/loaderman/p/11126697.html