flutterapp
HOMEBUYGITHUBFACEBOOK
  • FLUTTER RESTAURANT APP
  • Technologies
  • Restaurant App
    • Requirements
    • Installation Guide
    • App Structure
    • API Config
    • Push Notifications
    • Release Build
    • Video installation guide
Powered by GitBook
On this page
  • Create a keystore
  • Generating the release APK
  • Generating the release DMG
  1. Restaurant App

Release Build

It gives information on how to create a Keystore and APK for the release.

PreviousPush NotificationsNextVideo installation guide

Last updated 6 years ago

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