Flutter Configuration

Estimated reading: 1 minute 116 views

Change App Color

In the main directory go to the lib folder -> utils folder and open the AppColors.dart file and change the primaryColor value.

const primaryColor = Color(0xFFF44B5D);

Change Base URL

In the main directory go to the lib folder -> utils folder and open the AppConstants.dart file and change the BaseUrl value.

const BaseUrl = "Enter your BASE URL";

Manually Change App Key

In the main directory go to the lib folder -> utils folder and open the AppConstants.dart file and change the ConsumerKey and ConsumerSecretKey value.

const ConsumerKey = "Enter Your Consumer Key";
const ConsumerSecret = "Enter Your Consumer Secret";

Leave a Comment

Share this Doc

Flutter Configuration

Or copy link

CONTENTS