Issue
Flutter Doctor saying : Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components
Solution
It's basically saying that if you want to develop your flutter app for windows you will need to install Visual Studio 2022and while installing Visual Studio 2022 you will need to download this:
Desktop development with C++`
Also, you have to install the third link in this: Visual-studio
You could also get Desktop development with C++ tool after installing visual studio and then navigating to tool -> Get tools and features -> Desktop development with C++
Answered By - Rohith Nambiar
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.