update_flutter_3.16.0_sdk-upgrade
haroon amjad 4 days ago
parent 0a33d5fd07
commit e38c82d913

@ -125,7 +125,7 @@ class BaseAppClient {
// body['ProjectID'] = 12;
// body['DoctorID'] = 1002; //3844083
// body['TokenID'] = "@dm!n";
// body?['TokenID'] = "@dm!n";
// print("ProjectID :");
// print(body['ProjectID']);

@ -9,13 +9,13 @@ const ONLY_DATE = "[0-9/]";
const DOCTOR_ROTATION = 'https://doctorrota.hmg.com/';
const BASE_URL = 'https://hmgwebservices.com/';
// const BASE_URL = 'https://hmgwebservices.com/';
// const BASE_URL = 'http://10.20.200.111:1010/';
// const BASE_URL = 'https://uat.hmgwebservices.com/';
// const BASE_URL = 'https://hmgwebservices.com/';
// const BASE_URL = 'https://uat.hmgwebservices.com/';
const BASE_URL = 'https://uat.hmgwebservices.com/';
// const BASE_URL = 'https://webservices.hmg.com/';
//

@ -114,7 +114,7 @@ class NewPrescriptionsPage extends StatelessWidget {
),
CustomRow(
label: TranslationBase.of(context).orderTypeDescription + ': ', //"Order Type Description :",
value: model.prescriptionListNew[index].orderTypeDescription,
value: model.prescriptionListNew[index].orderTypeDescription ?? "",
),
CustomRow(
label: TranslationBase.of(context).status + ': ',

@ -11,7 +11,7 @@ description: A new Flutter project.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.4.26+1
version: 1.4.28+39
environment:

Loading…
Cancel
Save