I have created a flutter project on VS, and could not run any command through VS code's terminal, I have reinstalled the VS code and still give me this error:
I have installed it again and don't know why it stays it is not installed!
Any idea how to solve it?
Thank you
CodePudding user response:
From your image; you are using Visual Studio Code, not Visual Studio.
Flutter 2.10 arrives with stable support for building Windows app, for more.
Therefore, while running flutter doctor
you are able to see this error. If you've plan to build Windows app, you need to install Visual Studio with Desktop development with C
. You need to download and install Visual studio if you wish to remove this error.
You can read more about build for window here.