hotfix release VersionID 10.2

update_flutter_3.16.0_sdk-upgrade
haroon amjad 3 months ago
parent cf32000bcb
commit 603a40f23d

@ -413,7 +413,7 @@ const TRANSACTION_NO = 0;
const LANGUAGE_ID = 2; const LANGUAGE_ID = 2;
const STAMP = '2020-04-27T12:17:17.721Z'; const STAMP = '2020-04-27T12:17:17.721Z';
const IP_ADDRESS = '9.9.9.9'; const IP_ADDRESS = '9.9.9.9';
const VERSION_ID = 10.1; const VERSION_ID = 10.2;
const CHANNEL = 9; const CHANNEL = 9;
const SESSION_ID = 'BlUSkYymTt'; const SESSION_ID = 'BlUSkYymTt';
const IS_LOGIN_FOR_DOCTOR_APP = true; const IS_LOGIN_FOR_DOCTOR_APP = true;

@ -21,11 +21,11 @@ class PatientSearchRequestModel {
PatientSearchRequestModel( PatientSearchRequestModel(
{this.doctorID, {this.doctorID,
this.firstName = "", this.firstName = "0",
this.middleName = "", this.middleName = "0",
this.lastName = "", this.lastName = "0",
this.patientMobileNumber = "", this.patientMobileNumber = "0",
this.patientIdentificationID = "", this.patientIdentificationID = "0",
this.patientID = 0, this.patientID = 0,
this.searchType = 1, this.searchType = 1,
this.mobileNo = "", this.mobileNo = "",

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

Loading…
Cancel
Save