|
|
|
|
@ -5,8 +5,8 @@ const ONLY_NUMBERS = "[0-9]";
|
|
|
|
|
const ONLY_LETTERS = "[a-zA-Z &'\"]";
|
|
|
|
|
const ONLY_DATE = "[0-9/]";
|
|
|
|
|
const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/';
|
|
|
|
|
// const BASE_URL = 'https://ms.hmg.com/nscapi'; // UAT
|
|
|
|
|
const BASE_URL = 'https://qline.hmg.com'; // LIVE
|
|
|
|
|
const BASE_URL = 'https://ms.hmg.com/nscapi'; // UAT
|
|
|
|
|
// const BASE_URL = 'https://qline.hmg.com'; // LIVE
|
|
|
|
|
const apiKey = 'EE17D21C7943485D9780223CCE55DCE5'; // UAT
|
|
|
|
|
// const BASE_URL = 'http://10.200.204.11:2222/Services/Nurses.svc/REST';
|
|
|
|
|
// const BASE_URL = 'https://hmgwebservices.com/';
|
|
|
|
|
@ -49,7 +49,7 @@ class AppGlobal {
|
|
|
|
|
static String sunnyIcon = "assets/icons/sunny.svg";
|
|
|
|
|
static String windIcon = "assets/icons/windy.svg";
|
|
|
|
|
|
|
|
|
|
//Decoartion
|
|
|
|
|
//Decoration
|
|
|
|
|
|
|
|
|
|
static BoxDecoration configWidgetDecoration = BoxDecoration(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
|