With the multi-platform support of the flutter, we also can make a windows desktop app.
flutter create --platforms=windows .
In the terminal, this command will add support to target platform to an existing project.
flutter build windows
After that, you can build a windows app just like this.
reference : https://docs.flutter.dev/development/platform-integration/windows/building