🥞
FoodZone
  • Multivendor/Stores App Setup in Flutter
  • Inside Packages
  • Application Installation
  • Admin Panel Installations
  • Restaurant owner Application
  • Driver Application
  • Google Map API and Google Place Picker API Setup
  • Firebase Push notification Configurations
  • Payment GateWay Integrations
  • Add proguard-rules.pro file for live Payment Key
  • Change Theme Color and Logo
  • Change Application Font
  • Change Application Name
  • Change Application Icon
  • Required things of admin panel and application
  • Billing & Invoice Functionality
  • How to Resolve Android Stripe Error?
  • Localization/Language Modification
  • How to add or delete the google Admob
  • Important links
  • Acknowledgment
Powered by GitBook
On this page
  • 1) Change Application Theme Colour
  • 2) Change Application Logo

Was this helpful?

Change Theme Color and Logo

Follow all the steps for your theme modification.

PreviousAdd proguard-rules.pro file for live Payment KeyNextChange Application Font

Last updated 5 years ago

Was this helpful?

1) Change Application Theme Colour

  • As per your requirement, you can change from the constant file.

  • Open the constant file and you will find global class AppColor.

  • Inside that class, all colours are mentioned.

  • Go to lib -> Helper -> Constant -> AppColor Class

  • Change the colour according to your requirement and save the folder and test it.

  • You can change the font colour, header colour, theme main colour, banner colour from the entire application with just one change.

2) Change Application Logo

  • Drag and drop your required application logo in your assets folder.

  • Register your image on pubspect.yml file as mentioned in the image

  • Please make sure to give the proper file path format otherwise it will not work.

  • Change your path URL from constant->AppImages->appLogo key

  • Save it and hard reload the project it will reflect with your logo.

Change Application Colors
Add Logo Image in to Assets Folder
Add full path of image to .yml file
Add Logo Image URL to Constant file