LogoLogo
HOMEPRODUCTSBUY PRODUCTGET COUPON
  • Flutter Grocery Pro
  • Introduction
  • Overview
  • Features
  • Technologies
  • Prerequisites
  • Source code
  • Changelog
  • FAQ
  • Support
  • API - Backend
  • NodeJS Installation
  • NestJS Installation
  • API Setup
  • Run API
  • Release
  • MongoDB setup
  • DASHBOARD
    • Angular Installation
    • Dashboard Setup
    • Run Dashboard
    • Release Dashboard
  • Grocery Customer App
    • Flutter Installation
    • App Setup
    • App Structure
    • Run App
    • Release build
  • USER-MANUAL-CMS
    • Products
    • Categories
    • Coupon
    • Deals
    • Orders
    • Settings
Powered by GitBook
On this page

Was this helpful?

  1. Grocery Customer App

Release build

Build release for Android app & IOS app.

PreviousRun AppNextProducts

Last updated 4 years ago

Was this helpful?

Goto for android:

Goto for ios:

Create a Keystore

If you have an existing Keystore, skip to the next step. If not, create one by running the following at the command line:

keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

Set up for Preparing an Android App for Release Set up for Preparing an IOS App for Release

Generating the android release (APK or app bundle)

$ flutter build apk --release
$ flutter build appbundle --target-platform android-arm,android-arm64,android-x64

Generating the IOS release

$ flutter build ios --release

https://flutter.io/android-release/
https://flutter.io/ios-release/
click here​
click here