'Visual studio community necessary for flutter error how to resolve

If visual studio community is not necessary for flutter app development, and I dont have enough storage space for downloading it but i have vs code, android studio, git, flutter sdk to get started what should I do to correct this error

enter image description here



Solution 1:[1]

Visual studio is necessary for Windows development.

Means you can build Windows app with flutter but to build Windows app you need to install Visual Studio with Desktop development with c++.

Let's say you don't want to build Windows app, in this case you can just ignore this warning message.

If you are interested to build Windows app, you need to install Visual Studio.

You can check this answer where I've described the necessary step for setUp and building Windows app.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Yeasin Sheikh