flutter_rename_app_plus, a pub.dev package enable to manage application_name and bundle_name in pubspec.
https://pub.dev/packages/flutter_rename_app_plus
And if You change their values in pubspec, it automatically change them, including info.plist, and androidmanifest.xml.
By applying this, you can efficiently make a new flutter project by cloning and converting existing one! ๐ฆ
Parameters are below.
flutter_rename_app_plus:
application_name: Bank App
dart_package_name: bank_app
application_id: com.android.bank
bundle_id: com.ios.bank
android_package_name: com.bank.app
Top comments (0)