Flutter Store Front

Use this step-by-step guide to set up Mobile App Storefront in Flutter.

Build your application :

To build your app into an .apk file run the following command flutter build apk --split-per-abi --no-sound-null-safety.

Bundle Release :

For releasing your application https://docs.flutter.dev/deployment/android refer to this webpage and follow the steps one by one for deploying in the play store.

Last updated