Merge branch 'haroon_dev' of http://34.17.182.140/Haroon6138/HMG_Patient_App_New into haroon_dev

pull/299/head
haroon amjad 1 day ago
commit fe749e57b8

@ -1840,5 +1840,6 @@
"loadingAIAnalysisPrescription": "ٍتحليل الوصفات الطبية بواسطة الذكاء الاصطناعي، يرجى الانتظار...", "loadingAIAnalysisPrescription": "ٍتحليل الوصفات الطبية بواسطة الذكاء الاصطناعي، يرجى الانتظار...",
"thisAboveInfoPrescription": "تم تحليل الوصفة الطبية هذه بواسطة الذكاء الاصطناعي، وهي لا تُعدّ نصيحة طبية. استشر طبيبك المختص للتشخيص والعلاج.", "thisAboveInfoPrescription": "تم تحليل الوصفة الطبية هذه بواسطة الذكاء الاصطناعي، وهي لا تُعدّ نصيحة طبية. استشر طبيبك المختص للتشخيص والعلاج.",
"liveCareNotificationPermissionsMessage": "يتطلب لايف كير أذونات الإشعارات، يرجى السماح بهذه الأذونات للمتابعة.", "liveCareNotificationPermissionsMessage": "يتطلب لايف كير أذونات الإشعارات، يرجى السماح بهذه الأذونات للمتابعة.",
"weatherIndicators": "طقس" "weatherIndicators": "طقس",
"submitRating": "إرسال التقييم"
} }

@ -1830,7 +1830,8 @@
"loadingAIAnalysisPrescription": "Analysing your prescription, let the AI do the magic, This might take some time.", "loadingAIAnalysisPrescription": "Analysing your prescription, let the AI do the magic, This might take some time.",
"thisAboveInfoPrescription": "This prescription was analyzed by AI, and it is not medical advice. Consult your healthcare provider for diagnosis and treatment.", "thisAboveInfoPrescription": "This prescription was analyzed by AI, and it is not medical advice. Consult your healthcare provider for diagnosis and treatment.",
"liveCareNotificationPermissionsMessage": "LiveCare requires Notifications permission, Please allow to proceed.", "liveCareNotificationPermissionsMessage": "LiveCare requires Notifications permission, Please allow to proceed.",
"weatherIndicators": "Weather" "weatherIndicators": "Weather",
"submitRating": "Submit"
} }

@ -1833,5 +1833,6 @@ abstract class LocaleKeys {
static const thisAboveInfoPrescription = 'thisAboveInfoPrescription'; static const thisAboveInfoPrescription = 'thisAboveInfoPrescription';
static const liveCareNotificationPermissionsMessage = 'liveCareNotificationPermissionsMessage'; static const liveCareNotificationPermissionsMessage = 'liveCareNotificationPermissionsMessage';
static const weatherIndicators = 'weatherIndicators'; static const weatherIndicators = 'weatherIndicators';
static const submitRating = 'submitRating';
} }

@ -192,7 +192,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
SizedBox(width: 10), SizedBox(width: 10),
Expanded( Expanded(
child: CustomButton( child: CustomButton(
text: LocaleKeys.submit.tr(context: context), text: LocaleKeys.submitRating.tr(context: context),
onPressed: rating > 0 onPressed: rating > 0
? () { ? () {
LoaderBottomSheet.showLoader(); LoaderBottomSheet.showLoader();

Loading…
Cancel
Save