rename icon indicating copy to clipboard operation
rename copied to clipboard

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web

Results 20 rename issues
Sort by recently updated
recently updated
newest added

This changes the main cpp file and the RC file to match the app name I suspect that the InternalName in the RC should more sensibly be the appId but...

This micro MR fixes wrong log where it says `Windows` instead of `Web` when target is `web`.

capital letters are not supported I use git bash terminal

Inside the Info.plist there is a `CFBundleDisplayName` and a `CFBundleName`. Running `rename --appname yourappname -t ios` will only update the `CFBundleName`. Is there a way to change both using this...

Package obviously updates app name but forgets to update "CFBundleDisplayName". Since it effects to visible app name this PR is mandatory. `--appname "New Test Package Name" --bundleId com.newtestpackagename` Now you...

Previously this is working properly even I created short [video](https://youtu.be/lT9lwRPhukc) on this as well but recently i switched on MacOs and I found this issue. ``` ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ #0 FileRepository.changeIosBundleId...

This line: `` was replaced by: `myNewAppName` I was running: flutter pub global run rename --appname "myNewAppName" in VS Code.

Would you add rename support for Windows target?

Tried to use the tool to change bundleId, and I see that android manifest old package name stays put.

I'm trying to rename a project with an ampersand (&) in the name, and the package doesn't handle escaping that character.