flutter_rename_app_plus3 1.2.4 copy "flutter_rename_app_plus3: ^1.2.4" to clipboard
flutter_rename_app_plus3: ^1.2.4 copied to clipboard

A package that enable to rename an entire app and ids in one command.

flutter_rename_app_plus3 #

Awesome Flutter Awesome Flutter License

Rename Flutter applications in one command.

This package assumes that you created your flutter project using flutter create command line.

Usage #

Add dependency #

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_rename_app_plus3: ^1.2.3

Define Settings #

flutter_rename_app_plus3:
  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
  ios_bundle_name: Bank
setting description required
application_name Your application's name yes
dart_package_name The dart package name (used in all imports in your lib or test directories) no
application_id The android application_id, must be unique on the Play Store no
bundle_id The iOS bundle_id, must be unique on the Apple Store no
ios_bundle_name no
android_package_name The android package_name, used only for the architecture of your android files no

Run package #

Make sure that your current working directory is the project root.

Make sure to be able to get back to previous state in case something went wrong, by commiting your work before running the package for example.

flutter pub get
flutter pub run flutter_rename_app_plus3

Credits 👍 #

Forked of https://github.com/flutter-fast-kit/flutter_rename_app_plus

4
likes
140
pub points
80%
popularity

Publisher

unverified uploader

A package that enable to rename an entire app and ids in one command.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, flutter, process_run, yaml

More

Packages that depend on flutter_rename_app_plus3