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. App Setup

Change App Theme Color

PreviousUpdate Website URLNextGoogle Admob

Last updated 7 months ago

Go to the lib/config/constant.dart file and change the PRIMARY Color code The color code format will be as follows in the code 0xff (your code) i.e : 0xffXXXXXX. You can use any color and the changes will happen in the whole app.