How do I Rename a package in flutter?

According to the official flutter documentation you just need to change the ApplicationId in app/build. gradle directory . Then you have to just build your apk and the package name of the manifest file will be changed according to the ApplicationId you changed in build.

Leave a Reply

Your email address will not be published. Required fields are marked *