🥞
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

Was this helpful?

Change Application Font

You can change your application fonts with your requirements.

PreviousChange Theme Color and LogoNextChange Application Name

Last updated 5 years ago

Was this helpful?

  • Before going to change the font you must have to download your required font family from the internet.

  • Drag and drop the font in the Assets->Font folder.

  • Register all font to pubspect.yml file.

  • Replace font family name in to Sharedmanage class.

  • Inside that file, there are some common functions please change the font family name which you download.

  • Save it and hard reload it your font will change.

Add Downloaded font to Assets/font folder
Register font in to .yml file
Replace font family name in to Sharedmanager class