onatcipli / rename

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
https://pub.dev/packages/rename
MIT License
164 stars 39 forks source link

Handle ampersand #35

Open coryswainston opened 2 years ago

coryswainston commented 2 years ago

I'm trying to rename a project with an ampersand (&) in the name, and the package doesn't handle escaping that character.

Syed-Waleed-Shah commented 2 years ago

This package is what you need 🔥 Too much flexibilities
https://pub.dev/packages/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 😇

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

flutter pub run rename_app:main all="My App Name"

flutter pub run rename_app:main android="Anroid Name" ios="IOS Name" others="Others Name"

flutter pub run rename_app:main android="Android Name" ios="IOS Name" web="Web Name" mac="Mac Name" windows="Windows Name"