From 49d688e1111b7fe7ff0994abb2d72b83972aed5f Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 9 Feb 2021 16:36:38 +0300 Subject: [PATCH] updated VersionID & plugin versions --- lib/config/config.dart | 4 ++-- .../clinic_services/get_clinic_service.dart | 4 ++-- pubspec.yaml | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/config/config.dart b/lib/config/config.dart index c2c1ef77..120c4c35 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -248,7 +248,7 @@ const UPDATE_HEALTH_TERMS = const CHANNEL = 3; const GENERAL_ID = 'Cs2020@2016\$2958'; const IP_ADDRESS = '10.20.10.20'; -const VERSION_ID = 5.6; +const VERSION_ID = 6.0; const SETUP_ID = '91877'; const LANGUAGE = 2; const PATIENT_OUT_SA = 0; @@ -384,7 +384,7 @@ class AppGlobal { Request getPublicRequest() { Request request = new Request(); - request.VersionID = 5.6; //3.6; + request.VersionID = 6.0; //3.6; request.Channel = 3; request.IPAdress = "10.20.10.20"; request.generalid = 'Cs2020@2016\$2958'; diff --git a/lib/services/clinic_services/get_clinic_service.dart b/lib/services/clinic_services/get_clinic_service.dart index 99345030..4bde015b 100644 --- a/lib/services/clinic_services/get_clinic_service.dart +++ b/lib/services/clinic_services/get_clinic_service.dart @@ -121,7 +121,7 @@ class ClinicListService extends BaseService { "SelectedDate": "", "SelectedTime": "", "License": true, - "VersionID": 5.6, + "VersionID": 6.0, "Channel": 3, "LanguageID": languageID == 'ar' ? 1 : 2, "IPAdress": "10.20.10.20", @@ -168,7 +168,7 @@ class ClinicListService extends BaseService { request = { "ChiefComplaintID": chiefComplaintID, "ProjectID": projectID, - "VersionID": 5.6, + "VersionID": 6.0, "Channel": 3, "LanguageID": languageID == 'ar' ? 1 : 2, "IPAdress": req.IPAdress, diff --git a/pubspec.yaml b/pubspec.yaml index d65a4f8e..1ee96451 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: diplomaticquarterapp description: A new Flutter application. -version: 1.0.4+5 +version: 1.0.6+7 environment: sdk: ">=2.6.0 <3.0.0" @@ -17,7 +17,7 @@ dependencies: sdk: flutter intl: ^0.16.1 # web view - webview_flutter: ^0.3.24 + webview_flutter: ^1.0.7 # http client http: ^0.12.1 connectivity: ^0.4.9+3 @@ -38,7 +38,7 @@ dependencies: giffy_dialog: ^1.8.0 # Flutter Html View - flutter_html: 1.0.2 + flutter_html: 1.2.0 # Native flutter_device_type: ^0.2.0 @@ -58,7 +58,7 @@ dependencies: feather_icons_flutter: any eva_icons_flutter: any font_awesome_flutter: any - cupertino_icons: ^0.1.3 + cupertino_icons: ^1.0.0 # Image Attachments image_picker: ^0.6.7+1 @@ -80,7 +80,7 @@ dependencies: # charts charts_flutter: ^0.9.0 - google_maps_flutter: ^1.0.3 + google_maps_flutter: ^1.2.0 # Qr code Scanner barcode_scan_fix: ^1.0.2 @@ -92,7 +92,7 @@ dependencies: table_calendar: ^2.3.0 # SVG Images - flutter_svg: ^0.18.0 + flutter_svg: ^0.19.1 # Location Helper map_launcher: ^0.8.1 @@ -152,9 +152,9 @@ dependencies: native_device_orientation: ^0.3.0 enum_to_string: ^1.0.9 # recase: ^3.0.0 - wakelock: ^0.1.4 + wakelock: ^0.2.1+1 after_layout: ^1.0.7 - twilio_programmable_video: ^0.6.3+1 + twilio_programmable_video: ^0.6.3 flutter_tts: any vibration: ^1.7.2 speech_to_text: