✏️
readymade-restaurant-app
  • Readymade Restaurant App
  • Technologies
  • Requirements
  • User Mobile App
  • Installation Guide
  • User Mobile App Structure
  • API Config
  • Push Notifications
  • Release Build
  • Delivery Mobile App
    • Prerequisites
    • App Setup
    • Delivery Mobile App Structure
    • Run App
  • CMS Dashboard
  • Zip File Structure
  • Introduction to NodeJS
  • System Requirements
  • How To Run
  • Project Structure
  • CMS API Config
  • Push Notifications For CMS
  • Deployment
    • Heroku NodeJS Api
  • Changelog
    • Changelog
Powered by GitBook
On this page
  • Create a keystore
  • Generating the release APK
  • Generating the release DMG

Was this helpful?

Release Build

It gives information about the build release.

PreviousPush NotificationsNextPrerequisites

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 release APK

** $ flutter build apk --release

Generating the release DMG

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