I want a keyboard shortcut that will allow me to hot restart the app without restarting it with the debug bar or debug tab.
on vscode
CodePudding user response:
Two ways to run Hot Restart:
- Press Ctrl F5
- From the Command Palette, type: "flutter: hot restart".
Have a nice day...
CodePudding user response:
Try the hot restart command: Shift ⇧ Cmd ⌘ F5