Skip to content

Using fastlane to deploy app

Augsorn Chanklad edited this page Dec 9, 2019 · 3 revisions

Android

  • Increase version in android/app/src/build.gradle
  • Build appbundle.
$ flutter build appbundle --release

File .aab will be generated at build/app/outputs/bundle/release/app.aab

  • Execute fastlane beta to publish .aab file to play store beta channel.
$ cd ./android && fastlane beta

ios

WIP

Clone this wiki locally