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

dart pub ... instead of direct pub

``` package com.example.app import io.flutter.embedding.android.FlutterActivity class MainActivity: FlutterActivity() { } ``` Need to change the package name in MainActivity.kt also. I faced this issue when signing and building the app

help wanted

was replacing the entire line and causing an error in files with all parameters on one line

Steps to reproduce rename setBundleId --targets android --value "com.example.bundleId"

I created an Extension for Awesome Notifications FCM and when using the rename package to set the BundleID of my Flutter app, it also modifies the BundleID of the extension....

enhancement

Windows rename should also change the window name in `windows\runner\main.cpp` ```c ... Win32Window::Size size(1280, 720); if (!window.Create(L"Untitled", origin, size)) { return EXIT_FAILURE; ... ```

Hello, I really like the packe. It works really well, but I noticed an issue with german Umlaute (ä,ö,ü). For example if we execute the following Statement: `flutter pub global...

I have followed the instructions from the readMe file of this repo. Command: `rename setAppName --targets android --value "My App Name"` Output: _rename: unrecognized option '--targets'_ _Try 'rename --help' for...

Rename fails with the following error. It looks like, the new flutter template doesn't seem to have "build.gradle" file any more, instead now we have "build.gradle.kts". Any help from someone...

Ran the following commands: At first tried: ``` rename setAppName -t macos -v "NewName" rename setBundleId -t macos -v "com.whatever.newname" ``` When that did not work, tried: ``` flutter pub...