I’ve played around with Visual Studio Code a few times, Its light weight and there’s a clean interface. Android Studio heavier, and compicated.How can i move flutter project to vscode
CodePudding user response:
Updating the extension
- Click the Extensions button in the Side Bar.
- If the Flutter extension is shown with an available update, click the update button and then the reload button.
- Restart VS Code.
Opening a project from existing source code
- Click File > Open from the main IDE window.
- Browse to the directory holding your existing Flutter source code files.
- Click Open.
Run app
Click Run > Start Without Debugging if you want to run app without breakpoints
Click Run > Start Without Debugging if you want to run app with breakpoints