I am trying to create a new Flutter Project for Windows Development but I am unable to check the Windows check box in the Platforms
section of Android Studio. I am using the Latest Flutter SDK (Stable) and Visual Studio (2022 Community) is also installed.
Please help me find what is missing.
Asked
Active
Viewed 675 times
5

Siddharth Mehra
- 1,691
- 1
- 9
- 32
-
Please look at https://docs.flutter.dev/get-started/install/windows – Arijeet Apr 09 '22 at 11:58
1 Answers
4
You can run below command to enable windows.
flutter config --enable-windows-desktop

Md. Yeasin Sheikh
- 54,221
- 7
- 29
- 56