Docly Child

Flutter Configuration

Estimated reading: 1 minute

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.

And follow Firebase Configuration documentation for hosting flutter project and add mFirebaseUrl.

const mBaseUrl = "ADD BASE URL";
const mFirebaseUrl = "ADD FIREBASE HOSTING URL";

Leave a Comment

Share this Doc
CONTENTS