September 2019
Beginner
512 pages
12h 52m
English
In Android, .apk is the format expected to be published in the Google Play Store. When we run the flutter build apk or flutter build appbundle commands, we generate the file ready for deployment.
Before we generate the file for deployment and publishing in any store, we need to make sure all of the information is correct (that is, the name and package), all needed assets are provided and make all platform-specific adjustments.
Let's start by preparing our Favors app for release on Google Play so that we can review all of the final steps to publishing a Flutter app.
Read now
Unlock full access