create repo
flutter create name
flutter create --template plugin --platforms windows hello_plugin
Install dependancy
flutter create .
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