Windows
flutter channel dev flutter upgrade flutter config --enable-windows-desktop
choco install flutter
windows path
/c/tools/flutter
pub global activate devtools pub global run devtools
Announcing Flutter Windows Alpha
If you'd like to use the Flokk app on your Windows machine, you can download the latest release on GitHub. And if you'd like to read about how gskinner built this app, see their excellent blog post: Flokk - How we built a Desktop App Using Flutter.
https://medium.com/flutter/announcing-flutter-windows-alpha-33982cd0f433

Seonglae Cho