5

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.

Issue:

enter image description here

Flutter Doctor:

enter image description here

Siddharth Mehra
  • 1,691
  • 1
  • 9
  • 32

1 Answers1

4

You can run below command to enable windows.

flutter config --enable-windows-desktop
Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56