Search code examples
visual-studio-codeflutter

VSCode hot reload for flutter


I've just started playing with Flutter in VSCode. I also installed the Dart Plugin. Running the demo app I read in the terminal enter image description here

Is this the only way to hot-reload the app? I mean I should always keep the terminal open and focus on it to type "r" in order to reload my views? Isn't there a shortcut directly from VSCode?


Solution

  • There's an extension for that. Called Dart Code and another one named Flutter Code

    They will detect that your project is a Dart/Flutter project. And allows you to debug it + hot reload using f5.