This commit is contained in:
Hamza-Ayed
2024-12-08 18:16:31 +03:00
parent 630d0c4afb
commit e0c242bd77
34 changed files with 1876 additions and 1345 deletions

View File

@@ -99,7 +99,7 @@ class NotificationController extends GetxController {
for (int day = 0; day < 7; day++) {
// Schedule for 8:00 AM
await _scheduleNotificationForTime(
day, 8, 0, title, message, details, day * 1000 + 1); // Unique ID
day, 8, 0, title, message, details, day * 1000 + 1);
// Schedule for 3:00 PM
await _scheduleNotificationForTime(