change_app_package_name 0.1.3 copy "change_app_package_name: ^0.1.3" to clipboard
change_app_package_name: ^0.1.3 copied to clipboard

outdated

Change App Package Name with single command. Update AndroidManifest, build.gradle, MainActivity files & move MainActivity file to new directory structure automatically.

Change App Package Name for Flutter #

Change App Package Name with single command. It makes the process very easy and fast.

What It does? #

  • Update AndroidManifest.xml files for release, debug & profile
  • Update build.gradle file
  • Update MainActivity file. Both java & kotlin supported.
  • Move MainActivity file to new package directory structure
  • Delete old package name directory structure.

How to Use? #

Add Change App Package Name to your pubspec.yaml in dev_dependencies: section

dev_dependencies: 
  change_app_package_name: ^0.1.3

Update dependencies

flutter pub get

Run this command to change the package name.

flutter pub run change_app_package_name:main com.new.package.name

Where com.new.package.name is the new package name that you want for your app. replace it with any name you want.

Meta #

Atiq Samtia– @AtiqSamtiame@atiqsamtia.com

Distributed under the MIT license.

https://github.com/atiqsamtia/change_app_package_name

Contributing #

  1. Fork it (https://github.com/atiqsamtia/change_app_package_name/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
1442
likes
30
pub points
99%
popularity

Publisher

verified publisheratiq.dev

Change App Package Name with single command. Update AndroidManifest, build.gradle, MainActivity files & move MainActivity file to new directory structure automatically.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on change_app_package_name