changes from Mac

master
Faiz Hashmi 2 years ago
parent 582fb4ca86
commit 759e9d388a

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

@ -276,7 +276,7 @@ class AppProvider extends ChangeNotifier {
} }
onPingReceived(data) async { onPingReceived(data) async {
log("A new Ping Received"); log("A new Ping Received when isQueuePatients: ${isQueuePatients.length}");
log("isCallingInProgress from onPingReceived: $isCallingInProgress"); log("isCallingInProgress from onPingReceived: $isCallingInProgress");
log("isApiCallNeeded: $isApiCallNeeded"); log("isApiCallNeeded: $isApiCallNeeded");
if (patientTickets.isNotEmpty) { if (patientTickets.isNotEmpty) {

@ -24,10 +24,11 @@ class CallByVoice {
// log("langs4: ${(await flutterTts.setVoice({"name": "kn-in-x-knf-network", "locale": "kn-IN"})).toString()}"); // log("langs4: ${(await flutterTts.setVoice({"name": "kn-in-x-knf-network", "locale": "kn-IN"})).toString()}");
// log("langs5: ${(await flutterTts.getEngines).toString()}"); // log("langs5: ${(await flutterTts.getEngines).toString()}");
// print("lang: $lang"); log("lang: $lang");
// print("preVoice: $preVoice"); log("preVoice: $preVoice");
// print("postVoice: $postVoice"); log("postVoice: $postVoice");
// print("ticketNo: $ticketNo"); log("ticketNo: $ticketNo");
log("isClinicNameAdded: $isClinicNameAdded");
String clinicName = ""; String clinicName = "";
String patientAlpha = ""; String patientAlpha = "";

@ -39,8 +39,8 @@ dependencies:
flutter_svg: ^1.0.3 flutter_svg: ^1.0.3
http: ^0.13.0 http: ^0.13.0
blinking_text: ^1.0.2 blinking_text: ^1.0.2
just_audio: ^0.9.31 just_audio: 0.9.31
flutter_tts: ^3.6.3 flutter_tts: 3.6.3
wakelock: ^0.6.2 wakelock: ^0.6.2
shared_preferences: ^2.2.1 shared_preferences: ^2.2.1
#signalr core #signalr core

Loading…
Cancel
Save