flatnews
  • Introduction
  • Overview
    • About FlatNews
    • Key Features
  • WordPress Setup
    • Install Plugins
      • Install Flat News API
      • Advanced Custom Fields(ACF)
  • App Setup
    • Flutter Installation
    • Code Setup
    • App Setup
      • Change Package Name
      • Change App Name
      • Change App Icon
      • Update Website URL
      • Change App Theme Color
      • Google Admob
      • Run the App
    • Build APK & Publish App
      • Generate signing key
      • Publish App to Google Play
  • Additional
    • Support
    • Changelog
Powered by GitBook
On this page
  1. App Setup
  2. Build APK & Publish App

Publish App to Google Play

Publish App your app to Google Play

Ensure that all the necessary steps for the Android release are completed before proceeding. This includes configuring the app, signing it properly, and preparing it for distribution on Google Play.

To generate an appbundle, run the following command on the terminal:

flutter build appbundle

After completing the necessary steps, you will find the .aab file in the build/app/output/appbundle/release folder.

You can now upload this .aab file to the Google Play Store.

PreviousGenerate signing keyNextSupport

Last updated 7 months ago