I'm using Flutter to develop Windows desktop application, but don't know how to change the name and icon for the application.
I think I've found the solution. The following should work for Windows application:
To change application icon:
Simply put icon file under windows/runner/resources
folder, and change the IDI_APP_ICON
part in windows\runner\Runner.rc
file to your icon file name.
To change application name: Open windows/runner/main.cpp
file, and change your application name inside window.CreateAndShow
function.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With