DEV Community

Play Button Pause Button
Sagar Shende
Sagar Shende

Posted on

how to change App Package name Or Application ID in flutter

I will show you how to change the App Package name Or Application ID in Flutter with Easy Way. Every App has a Unique Application Id that Looks like com.example.yourappname.

Application Id is used to Identify your app in the Google PlayStore.

At the Time new version of your app, the Application Id Or Package name must be Same As an Original Apk.

Watch Full Video:- https://youtu.be/ycJ1VsOf8_Q

Official Documentation Set the Application ID:-
https://developer.android.com/studio/build/application-id

Package link(change_app_package_name):-
https://pub.dev/packages/change_app_package_name

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

Top comments (0)