3.2 Change Package Name Android
Go to your IDE and now you have to change the package name of your app. Run the following command from your IDE terminal by changing the package name with yours.
flutter pub run change_app_package_name:main com.new.package.name
That’s it. Your android package name setup is complete.
Last updated
Was this helpful?