You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey
We have multiple providers in the application and we use your package to change the package name and ids.
After changing the name to FITT汇款, subsequent name changes do not change the android:label="FITT汇款" line in the AndroidManifest file and some of the characters remain in the file name in Info.plist.
Please check it.
The text was updated successfully, but these errors were encountered:
Rename App The only flutter package which changes app name for all platforms with sound null safety! If you want to autmatically change your flutter app name with a single command then you are at the right pacakge. This package gives you too many flexibilities through too many variants of its commands. Read the details below to know in more details
✊ Dont forget to star the github repo if you found this package useful 😇
Features 🔥
✅ Remane Android Project ✅ Remane IOS Project ✅ Remane WEB Project ✅ Remane Windows Project
How To Rename ? 🛠
1) ADD THE PACKAGE TO DEPENDENCIES IN pubspec.yaml
flutter pub add rename_app
OR
dependencies: rename_app: ^latest_version
2) PROVIDE THE APP NAME
You can provide app name in the following ways
Same name for all apps
flutter pub run rename_app:main all="My App Name"
Seperate name for specified platform(s) and same for all others
flutter pub run rename_app:main android="Anroid Name" ios="IOS Name" others="Others Name"
Hey
We have multiple providers in the application and we use your package to change the package name and ids.
After changing the name to FITT汇款, subsequent name changes do not change the android:label="FITT汇款" line in the AndroidManifest file and some of the characters remain in the file name in Info.plist.
Please check it.
The text was updated successfully, but these errors were encountered: