From 696432a028e7d91e6812828fff32bca1c101a8b7 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Thu, 13 Nov 2025 12:09:39 +0300 Subject: [PATCH] Update to stores VersionID 19.3 --- lib/config/config.dart | 2 +- lib/core/service/client/base_app_client.dart | 2 +- lib/pages/medical/eye/ClassesPage.dart | 1 - pubspec.yaml | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/config/config.dart b/lib/config/config.dart index c8a6e3f2..778089fd 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -357,7 +357,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 = 19.1; +var VERSION_ID = 19.3; var SETUP_ID = '91877'; var LANGUAGE = 2; // var PATIENT_OUT_SA = 0; diff --git a/lib/core/service/client/base_app_client.dart b/lib/core/service/client/base_app_client.dart index 90482de3..69ce0a0f 100644 --- a/lib/core/service/client/base_app_client.dart +++ b/lib/core/service/client/base_app_client.dart @@ -187,7 +187,7 @@ class BaseAppClient { // body['IdentificationNo'] = 1023854217; // body['MobileNo'] = "531940021"; //0560717232 - // body['PatientID'] = 5906853; //4609100 + // body['PatientID'] = 1231755; //4609100 // body['TokenID'] = "@dm!n"; // Patient ID: 3027574 diff --git a/lib/pages/medical/eye/ClassesPage.dart b/lib/pages/medical/eye/ClassesPage.dart index 48d5640e..31e3c5a0 100644 --- a/lib/pages/medical/eye/ClassesPage.dart +++ b/lib/pages/medical/eye/ClassesPage.dart @@ -23,7 +23,6 @@ class ClassesPage extends StatelessWidget { Container( decoration: cardRadius(12), child: Container( - child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ diff --git a/pubspec.yaml b/pubspec.yaml index cf0045dc..5338311f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: hmg_patient_app description: A new Flutter application. -version: 4.6.017+4 -#version: 4.6.0976+40500976 +version: 4.6.019+1 +#version: 4.6.0978+40500978 environment: # sdk: ">=3.0.0 <3.13.0"