v1.0.1 — Notification Bug Fix
Bug Fixes
Daily reminders now work correctly
Fixed a bug where reminders set in Settings would never fire. Two root causes:
Missing broadcast receivers (primary fix)
flutter_local_notifications requires ScheduledNotificationReceiver to be registered in AndroidManifest.xml. Without it, Android fires the scheduled alarm but has no handler to deliver it to, so the notification is silently dropped every time. Also registered ScheduledNotificationBootReceiver so reminders survive device reboots.
Wrong timezone (secondary fix)
The notification time was computed against a hardcoded Asia/Kolkata timezone instead of the device's actual local timezone. Now reads the device timezone at runtime, so reminders fire at the correct time regardless of region.
Download
Install app-release.apk directly on your Android device.