Flutter Configuration

Estimated reading: 1 minute 150 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 main directory goto the assets folder and open Color.dart file and change color code.

const primaryColor = Color(0xFF5f60b9);

Manually Change Server URL

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

const mBaseUrl = "ADD YOUR BASE URL" ;

Leave a Comment

Share this Doc

Flutter Configuration

Or copy link

CONTENTS