From 8ac040a809c6ced4bacd3fe4b5d51e5f33022218 Mon Sep 17 00:00:00 2001 From: Mohammad Aljammal Date: Sun, 16 May 2021 12:23:57 +0300 Subject: [PATCH] hot fix --- .../patients/profile/medical_report/MedicalReportPage.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/patients/profile/medical_report/MedicalReportPage.dart b/lib/screens/patients/profile/medical_report/MedicalReportPage.dart index 6b85fa80..8dad1bc4 100644 --- a/lib/screens/patients/profile/medical_report/MedicalReportPage.dart +++ b/lib/screens/patients/profile/medical_report/MedicalReportPage.dart @@ -86,13 +86,13 @@ class MedicalReportPage extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.end, children: [ AppText( - '${DateUtils.getDayMonthYearDateFormatted(DateTime.now(), isArabic: projectViewModel.isArabic)}', + '${AppDateUtils.getDayMonthYearDateFormatted(DateTime.now(), isArabic: projectViewModel.isArabic)}', color: Colors.black, fontWeight: FontWeight.w600, fontSize: 14, ), AppText( - '${DateUtils.getHour(DateTime.now())}', + '${AppDateUtils.getHour(DateTime.now())}', fontWeight: FontWeight.w600, color: Colors.grey[700], fontSize: 14,