Desdaemon / flutter_rust_bridge_template

Template for Flutter + Rust integration with flutter_rust_bridge.
https://desdaemon.github.io/flutter_rust_bridge_template/
Apache License 2.0
120 stars 63 forks source link

How to change app name when using this template? #29

Closed dbsxdbsx closed 1 year ago

dbsxdbsx commented 1 year ago

The app name means the display name for all platforms(windows, android...). When in windows desktop, it also refers to the name displayed in task manager.

Currently, I found a package called rename, which seems to have no effect, be it in android or windows.

And what I could do successfully is just changing the app UI title on win10, with advice here. But still with this, the app name displayed in the task manager is not changed.

So I wonder whether there is a way to change app name easily. It would be even better if doing so with just a single command, and then changing app name for all platforms.

Desdaemon commented 1 year ago

This is beyond the scope of this template, but you might be looking for nativeshell.