'Visual studio community necessary for flutter error how to resolve
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 |

