Last updated:
0 purchases
app rename
App Rename #
App Rename Code is copied from https://github.com/Syed-Waleed-Shah/rename_app. I have just updated xml version because it was not working. #
Features 🔥 #
✅ Rename Android Project ✅ Rename IOS Project ✅ Rename WEB Project ✅ Rename Windows Project
How To Rename ? 🛠#
1) ADD THE PACKAGE TO DEPENDENCIES IN pubspec.yaml
flutter pub add app_rename
copied to clipboard
OR
dependencies:
app_rename: ^latest_version
copied to clipboard
2) PROVIDE THE APP NAME
You can provide app name in the following ways
Same name for all apps
flutter pub run app_rename:main all="My App Name"
copied to clipboard
Separate name for specified platform(s) and same for all others
flutter pub run app_rename:main android="Android Name" ios="IOS Name" others="Others Name"
copied to clipboard
Separate name for each platform
flutter pub run app_rename:main android="Android Name" ios="IOS Name" web="Web Name" mac="Mac Name" windows="Windows Name"
copied to clipboard
More Flexibilities 😎 #
REQUIREMENT
COMMAND
All Same
flutter pub run app_rename:main all="App Name"
Only Android
flutter pub run app_rename:main android="Android App"
Only IOS
flutter pub run app_rename:main ios="IOS App"
Only WEB
flutter pub run app_rename:main web="Web App"
ONLY Windows
flutter pub run app_rename:main windows="Windows App"
With Others
flutter pub run app_rename:main android="Android App" ios="IOS App" others="Others App Name"
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.