From bfdd0fde3cf8c7a0d476481deb59f8d94915a9d5 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 21 Apr 2026 10:57:08 +0300 Subject: [PATCH] updates --- assets/langs/ar-SA.json | 4 ++-- lib/generated/locale_keys.g.dart | 2 +- lib/presentation/home/landing_page.dart | 8 -------- pubspec.yaml | 4 ++-- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/assets/langs/ar-SA.json b/assets/langs/ar-SA.json index 7820b354..d888db1d 100644 --- a/assets/langs/ar-SA.json +++ b/assets/langs/ar-SA.json @@ -123,7 +123,7 @@ "forgotFileNoTitle": "نسيت الملف الطبي", "enterNationalId": "يرجى إدخال رقم الهاتف المحمول ورقم الهوية", "profileInfo": "يرجى إدخال معلومات الملف الشخصي", - "submit": "تحديث", + "submit": "بحث", "forgotDesc": "أدخل رقم الهاتف المحمول لاستلام رقم الملف الطبي عبر الرسائل القصيرة", "dob": "تاريخ الميلاد", "hijriDate": "التاريخ الهجري", @@ -1822,7 +1822,7 @@ "symptomsCheckSuggestions": "الاحتمالات", "appointmentArrived": "تم الحضور", "calendarPermissionAlertForAppointment": "يرجى منح إذن الوصول إلى التقويم من إعدادات التطبيق لضبط تذكير الموعد", -"rechargePageKey": "اختر المستفيد", +"rechargePageKey": "شحن المحفظة", "selectFamilyFile": "اختيار ", "ancillaryOrdersListNew": "طلبات غير مكتملة", "medicalReportNew": "التقارير الطبية", diff --git a/lib/generated/locale_keys.g.dart b/lib/generated/locale_keys.g.dart index 7e4f4c0b..d2da124c 100644 --- a/lib/generated/locale_keys.g.dart +++ b/lib/generated/locale_keys.g.dart @@ -1831,7 +1831,7 @@ abstract class LocaleKeys { static const generateAiAnalysisPrescription = 'generateAiAnalysisPrescription'; static const loadingAIAnalysisPrescription = 'loadingAIAnalysisPrescription'; static const thisAboveInfoPrescription = 'thisAboveInfoPrescription'; - static const weatherIndicators = 'weatherIndicators'; static const liveCareNotificationPermissionsMessage = 'liveCareNotificationPermissionsMessage'; + static const weatherIndicators = 'weatherIndicators'; } diff --git a/lib/presentation/home/landing_page.dart b/lib/presentation/home/landing_page.dart index 706041ec..2beaa344 100644 --- a/lib/presentation/home/landing_page.dart +++ b/lib/presentation/home/landing_page.dart @@ -157,8 +157,6 @@ class _LandingPageState extends State { notificationsViewModel.initNotificationsViewModel(); insuranceViewModel.initInsuranceProvider(); - // Commented as per new requirement to remove rating popup from the app - if(!appState.isRatedVisible) { appointmentRatingViewModel.getLastRatingAppointment(onSuccess: (response) { if (appointmentRatingViewModel.appointmentRatedList.isNotEmpty) { @@ -1447,12 +1445,6 @@ class _DirectionalDotPaginationBuilder extends SwiperPlugin { @override Widget build(BuildContext context, SwiperPluginConfig config) { - final int activeIndex = isRTL - ? (totalCount - 1 - config.activeIndex) - : config.activeIndex; - print("the index is $activeIndex"); - print("the config.activeIndex is ${config.activeIndex}"); - return Row( mainAxisSize: MainAxisSize.min, textDirection: ui.TextDirection.ltr, // always lay out dots left-to-right diff --git a/pubspec.yaml b/pubspec.yaml index a27fb251..a52b9c22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,8 +2,8 @@ name: hmg_patient_app_new description: "New HMG Patient App" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -#version: 0.0.22+21 -version: 0.0.1+20 +#version: 0.0.24+23 +version: 0.0.1+22 environment: sdk: ">=3.6.0 <4.0.0"