rename_app 1.3.2 copy "rename_app: ^1.3.2" to clipboard
rename_app: ^1.3.2 copied to clipboard

The flutter package which changes app name for all platforms with sound null safety!

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 😇

Developer : Syed Waleed Shah Please Contribute : Github Repo

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 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"
Seperate name for each platform
flutter pub run rename_app:main android="Android Name" ios="IOS Name" web="Web Name" mac="Mac Name" windows="Windows Name" 

More Flexibilities 😎 #

REQUIREMENT COMMAND
All Same flutter pub run rename_app:main all="App Name"
Only Android flutter pub run rename_app:main android="Android App"
Only IOS flutter pub run rename_app:main ios="IOS App"
Only WEB flutter pub run rename_app:main web="Web App"
ONLY Windows flutter pub run rename_app:main windows="Windows App"
With Others flutter pub run rename_app:main android="Android App" ios="IOS App" others="Others App Name"
88
likes
120
pub points
97%
popularity

Publisher

unverified uploader

The flutter package which changes app name for all platforms with sound null safety!

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, xml

More

Packages that depend on rename_app