Home > Back-end >  How can I add chrome web emulator to vs code
How can I add chrome web emulator to vs code

Time:01-23

I want to use chrome web emulator but I can't do it with n hot restart in shortcut.

Only when i type this entry from terminal i can view chrome web emulator;

flutter run -d chrome --web-renderer html

I want instant update of the chrome web emulator I use with hot restart or ctrl s.

I was able to do this before but after the dart and flutter update I can't. Thank you in advance for your help.

enter image description here

enter image description here

enter image description here

CodePudding user response:

change the folder name and it will work change it to

quiz_app
  • Related