From 05a9d1316409f1359b1bd03e3e33977ef7c75244 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Tue, 26 Aug 2025 01:23:47 +0200 Subject: [PATCH] Update notification message format to include total dosage and unit type --- lib/services/notification_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/notification_service.dart b/lib/services/notification_service.dart index 6d86870..2fae072 100644 --- a/lib/services/notification_service.dart +++ b/lib/services/notification_service.dart @@ -61,7 +61,7 @@ class NotificationService { await _notifications.zonedSchedule( notificationId, 'Time for ${supplement.name}', - 'Take ${supplement.dosage} ${supplement.unit}', + 'Take ${supplement.numberOfUnits} ${supplement.unitType} (${supplement.totalDosagePerIntake} ${supplement.unit})', _nextInstanceOfTime(hour, minute), const NotificationDetails( android: AndroidNotificationDetails(