Flutter Windows App does not start in release mode
I just created a flutter project on Windows with flutter create appname --platforms=windows,macos Now I can start this Windows app with flutter run -d windows and everything works perfectly. But the problem is that I can not start the Windows…