From e28805f70f87da43645609ad7f050e7894c09944 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Wed, 24 Jan 2024 14:13:23 +0300 Subject: [PATCH] updates --- ios/Runner/Runner.entitlements | 4 ++++ lib/core/model/prescriptions/prescription_report_inp.dart | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements index 44ce1b68..fbd726da 100644 --- a/ios/Runner/Runner.entitlements +++ b/ios/Runner/Runner.entitlements @@ -4,6 +4,10 @@ aps-environment development + com.apple.developer.associated-domains + + applinks:hmg.com + com.apple.developer.healthkit com.apple.developer.healthkit.access diff --git a/lib/core/model/prescriptions/prescription_report_inp.dart b/lib/core/model/prescriptions/prescription_report_inp.dart index b802337b..079b1bda 100644 --- a/lib/core/model/prescriptions/prescription_report_inp.dart +++ b/lib/core/model/prescriptions/prescription_report_inp.dart @@ -18,7 +18,7 @@ class PrescriptionReportINP { int days; String startDate; String orderDate; - int doseDailyQuantity; + num doseDailyQuantity; int itemID; Null productImage; String sKU;