change_app_package_name 1.5.0
change_app_package_name: ^1.5.0 copied to clipboard
Change App Package Name with single command. Update AndroidManifest, build.gradle, MainActivity files & move MainActivity file to new directory structure automatically.
1.5.0 (February 23, 2025) #
- Add support for Flutter 3.29.0 for Android build.gradle.kts file structure.
1.4.0 (September 20, 2024) #
- Specify which platform they want to rename the package for. Thanks @moha-b #43
1.3.0 (July 08, 2024) #
- iOS support added
1.2.0 (Jun 03, 2024) #
- Support Flutter 3.22.0
- Fix regex to only replace package name in manifest files
- Fix #26 where kotlin directory does not exist so it should not throw error.
- add extra check to make sure the old application id is found before proceeding to next steps.
1.1.0 (April 08, 2021) #
- Change MainActivity mechanism to handle different locations.
1.0.0 (April 08, 2021) #
- Added null safety.
0.1.3 (April 08, 2021) #
- Add extra Files checks. Hopefully fixes #7
0.1.2 (March 16, 2020) #
- Bug Fix in README.md
0.1.1 (March 16, 2020) #
- Update code as per pub.flutter-io.cn guidelines
0.1.0 (March 16, 2020) #
- Change Android Package Name with single command