Skip to main content

Install Flutter and Dart Plugin in Visual Studio Code Editor

Hello guys, As we have learned about setup flutter environment in windows system in our last tutorial. There are 2 free code editor available for flutter development one is Android Studio which we have discussed in earlier tutorial. Second famous code editor is VS Code editor also known as Visual Studio Code Editor. Developer can use any of them as per their choice. In today's article we would learn about Install Flutter and Dart Plugin in Visual Studio Code Editor and get started coding for flutter in VS Code.

Install Flutter and Dart Plugin in Visual Studio Code Editor:

1. Download & Install VS Code Editor from it's official website.
2. After done downloading Install the VS Code in your system.
3. Start the VS Code then click on Extensions icon present at left side of your screen.
Extensions in VS Code Editor
4. Search Flutter in search box then hit the first extension.
Install Flutter extension in VS Code
5. It will also ask you to install the Dart extension because flutter is dart based upon dart. Wait for few minutes and you are ready to start development in VS Code editor for flutter. I'm sharing my VS Code screenshot below after opening flutter project.
Open first flutter project in VS Code Editor

Comments