How to Install Flutter on VSCode

Jawwad Bilgrami
2 min readJan 14, 2023

--

In this video, I will tell you how to install Flutter on VSCode. Jump into your favorite browser & search VSCode download on Google.

🔗 Download Link: https://code.visualstudio.com/download

Download the 64-bit user installer for Windows. Downloading will get started.

After downloading, open vscode setup and accept the license & click next, next till the end & install.

After that, it will run on your pc. You will see get started page. Now, go to the extension tab, & search flutter plugin.

So, if you want to create your new project, click view >> command palette.

Type Flutter new project. Then, select the application, and choose the folder where you want to place it.

I will named it as flutter_application_1 for now and vscode will create all files for you, so now you have to sit back and it will run the commands automatically. This is the power of VScode & its plugins.

Now, open the main.dart file in it. And start debugging.

It will ask for a device to use. We will select Pixel 4 API 28 mobile emulator for now. You can also choose on web and desktop devices as well.

We are finally able to build the app via vscode.

--

--

No responses yet