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

Code Setup

After purchasing the app you will get a .zip file from your codecanyon account. Unzip the file & open it to any IDE.

Now go to the IDE terminal and run the following commands one after one :

  • Run the following command on the IDE terminal to clean the whole project first.

flutter clean
  • Run the following command on the IDE terminal to get all the required packages.

flutter pub get

Make sure these commands should be run from the root directory of the code.

PreviousFlutter InstallationNextApp Setup

Last updated 7 months ago