Flutter Configuration

Estimated reading: 1 minute 168 views

Change App Font

1. In the main directory go to the lib -> AppTheme.dart file and change the fontFamily

fontFamily: GoogleFonts.FONT_NAME().fontFamily,

Manually Change App Colors

In the main directory go to the utils folder and open colors.dart file and change the color code.

const primaryColor = Color(0xFFFE7622);

Manually Change Server URL

In the main directory go to the assets folder and open the constants.dart file and change your Base URL.

const mBaseUrl = "ADD BASE URL";

Leave a Comment

Share this Doc

Flutter Configuration

Or copy link

CONTENTS