📋
flutter-clothing-app
GithubYoutube
  • Flutter Clothing App
  • Technologies Used
  • App Structure
  • System Requirement
  • Installation Guide
  • Node JS Dashboard
    • Clothing backend node js API
    • Introduction
    • Technologies
    • Project Requirement
    • Project Structure
    • How to Run
    • Push Notification
    • API Config
    • Release Build
  • Deployment
    • Heroku Node JS API
  • Clothing Web APP
    • Clothing web app
    • Technologies
    • Project Structure
    • Installation Guide
  • Thank you
    • Thank you
Powered by GitBook
On this page
  • Create a keystore
  • Generating the release APK
  • Generating the release DMG

Was this helpful?

  1. Node JS Dashboard

Release Build

PreviousAPI ConfigNextHeroku Node JS API

Last updated 5 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