skip to Main Content

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….

2

Answers


  1. 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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search