Search code examples
flutterdartdesktop-application

How to get .exe file from my flutter desktop application?


I have built a desktop application with flutter. Now wanna share its .exe to another person. I have browsed for it and got some answers but according to this, I couldn't found.exe file.

First I run

flutter build windows

to release .exe file.

I went through the path but it created some strange file

build\windows\x64\Debug\

and found these 3 folder: enter image description here


Solution

  • The actual .exe is under build\windows\runner\Release. Good luck!