Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change app name in mac & linuix os desktop flutter application?

I have set my app name in the beginning of the project then wanted to change it after a while in mac & linuix os desktop flutter application

like image 374
Abdelrahman Tareq Avatar asked Oct 15 '25 21:10

Abdelrahman Tareq


1 Answers

Mac os: open Info.plist file inside macos/Runner/Info.plist

then edit product name from

<key>CFBundleName</key> <string>$(PRODUCT_NAME)</string>

to

<key>CFBundleName</key> <string>The best project</string>

enter image description here

Linuix: https://docs.flutter.dev/deployment/linux

enter image description here

like image 58
Abdelrahman Tareq Avatar answered Oct 18 '25 13:10

Abdelrahman Tareq



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!