0 purchases
rename app
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 ( LinkedIn Github StackOverflow )
Please Contribute : Github Repository
Honourable Contributors:
Finn DrΓΌnert ( Github )
Features π₯ #
β
Rename Android Project
β
Rename IOS Project
β
Rename WEB Project
β
Rename Windows Project
β
Rename Linux Project
How To Rename ? π #
1) ADD THE PACKAGE TO DEPENDENCIES IN pubspec.yaml
flutter pub add rename_app
copied to clipboard
OR
dependencies:
rename_app: ^latest_version
copied to clipboard
2) PROVIDE THE APP NAME
You can provide app name in the following ways
Same name for all apps
dart run rename_app:main all="My App Name"
copied to clipboard
Seperate name for specified platform(s) and same for all others
dart run rename_app:main android="Anroid Name" ios="IOS Name" others="Others Name"
copied to clipboard
Seperate name for each platform
dart run rename_app:main android="Android Name" ios="IOS Name" web="Web Name" mac="Mac Name" windows="Windows Name" linux="Linux Name"
copied to clipboard
More Flexibilities π #
REQUIREMENT
COMMAND
All Same
dart run rename_app:main all="App Name"
Only Android
dart run rename_app:main android="Android App"
Only IOS
dart run rename_app:main ios="IOS App"
Only WEB
dart run rename_app:main web="Web App"
ONLY Windows
dart run rename_app:main windows="Windows App"
ONLY Linux
dart run rename_app:main linux="Linux App"
With Others
dart run rename_app: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.