Generate Android APKs & App Bundles
Steps to generate APKs and App bundles for Android applications
Was this helpful?
Steps to generate APKs and App bundles for Android applications
Was this helpful?
Follow the steps on this page to build the APK and IPA for deploying in Play Store and App-store.
Follow the and till the Flutter pub is set up.
Run the below command in your terminal from theroot of the project to generate the APK
flutter build apk --release
Changing the App name
Prior knowledge of app bundle creation for publishing in the Play Store
Terms and Conditions and Privacy Documents for your application
Add a key.properties file inside your Android folder which is a reference to your key store file. Below is the sample key.properties file.
Run the below command in your terminal from the root of the project to generate the App bundle to publish in the play store.
flutter build app bundle
Prior knowledge of generating unique key store files for your application ( Reference links: )
Changing App Logo (Ref Link: )