4

I am in the latest stable release for flutter desktop and have installed Visual Studio 2022 but still the option for "Windows" is not showing. Do i still need to run the below command in stable release?

flutter config --enable-<windows>-desktop

enter image description here

Deepak Lohmod
  • 2,072
  • 2
  • 8
  • 18

2 Answers2

4

You need to try its working fine

flutter config --enable-macos-desktop
flutter config --enable-linux-desktop
flutter config --enable-windows-desktop
flutter config --enable-windows-uwp-desktop
Ravi Limbani
  • 1,092
  • 5
  • 16
1

Sometimes it needs to press the previous and Then the next button.

enter image description here

Ayub
  • 2,345
  • 27
  • 29