-1

enter image description here

I am installing flutter for the first time in my laptop. When I ran flutter doctor it shows that VSCode is not installed, even though I have been using it for a while now.

I already have installed VSCode in my laptop but flutter doctor shows that it isn't installed. Ig its got something to do with the path. I'm not rly sure, kindly help....

Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56
Tanrat
  • 3
  • 1

2 Answers2

0

The warning message means you didn't installed Visual Studio (not visual-studio code).

You can download and install visual-studio to build windows app. Make sure to install Desktop development with C++.

You can follow this to build Windows app

Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56
Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56
0

As you know, you can make desktop applications with Flutter as well. Therefore Flutter need Visual Studio and "Desktop Development with C++" tool. Flutter doctor terminal says which version you need to install as well.

Berk Er
  • 16
  • 1