Docly Child

Flutter Configuration

Estimated reading: 1 minute

Changing the App's Name

  •  In the main directory go to the lib -> configs.dart
const APP_NAME = 'YOUR APP NAME';

Reconfiguring the Server URL

  •  In the main directory go to the lib -> configs.dart
const DOMAIN_URL = "ADD YOUR BASE URL" ;

Changing Primary Color

  • n the main directory go to the lib -> utils -> colors.dart
const primaryColor = Color(0xFF5F60B9);
const appSecondaryColor = Color(0xFF68685);

Google Calendar Setup for Kivicare Pro - Clinic & Patient Management System EHR (Add-on)

To configure Google Calendar, click here.

Note:- Only admin can enable disable the google calender configration

 

 

 

 

Changing Google Map Key

  • If you don’t have google map key follow the steps below
    Go To your Firebase console => Project Oveview => Project Settings =>general 
    You will see Web API key copy that and then continue the next steps.
  • Set up Google Map key
    • In the main directory go to the android/app/src/main/AndroidManifest.xml
    • Change the existing key
<meta-data
    android:name="com.google.android.geo.API_KEY"
    android:value="YOUR_MAP_KEY" />

Leave a Comment

Share this Doc
CONTENTS