From 8d23ea6fdae813cea9904964ad4dd9dd0a18d61b Mon Sep 17 00:00:00 2001 From: Haroon Amjad <> Date: Sun, 20 Apr 2025 18:17:26 +0300 Subject: [PATCH] Release Sent to stores, VersionID 18.2 --- lib/config/config.dart | 2 +- lib/pages/BookAppointment/search_result/ResultByHospital.dart | 3 ++- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/config/config.dart b/lib/config/config.dart index 4ce586a1..3f6984b1 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -353,7 +353,7 @@ var CAN_PAY_FOR_FOR_WALKIN_APPOINTMENT = 'Services/Doctors.svc/REST/CanPayForWal var CHANNEL = 3; var GENERAL_ID = 'Cs2020@2016\$2958'; var IP_ADDRESS = '10.20.10.20'; -var VERSION_ID = 18.1; +var VERSION_ID = 18.2; var SETUP_ID = '91877'; var LANGUAGE = 2; // var PATIENT_OUT_SA = 0; diff --git a/lib/pages/BookAppointment/search_result/ResultByHospital.dart b/lib/pages/BookAppointment/search_result/ResultByHospital.dart index 65f19be0..b487094e 100644 --- a/lib/pages/BookAppointment/search_result/ResultByHospital.dart +++ b/lib/pages/BookAppointment/search_result/ResultByHospital.dart @@ -154,7 +154,8 @@ class HospitalBodyWidget extends StatelessWidget { width: 8, ), Text( - "${TranslationBase.of(context).nearest}: ${patientDoctorAppointmentListHospital?[index].distanceInKMs} ${TranslationBase.of(context).kilometerUnit}", + // "${TranslationBase.of(context).nearest}: ${patientDoctorAppointmentListHospital?[index].distanceInKMs} ${TranslationBase.of(context).kilometerUnit}", + "${patientDoctorAppointmentListHospital?[index].distanceInKMs} ${TranslationBase.of(context).kilometerUnit}", style: TextStyle( fontSize: 14, color: Colors.black, diff --git a/pubspec.yaml b/pubspec.yaml index 7456565c..1b86e24d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: diplomaticquarterapp description: A new Flutter application. -version: 4.6.008+1 +version: 4.6.009+1 environment: sdk: ">=3.0.0 <3.13.0"