Overview
Deliver local push notifications when a Geofence 'Enter' event is triggered.
Requirements
- Use
flutter_local_notifications.
- Trigger immediate notification upon entering a 100m radius.
- Debouncing: Prevent duplicate alarms if the user stays at the boundary (Implement 5-minute cooldown or Exit-Enter logic).
- Action buttons in notification (Complete, Snooze) if supported.
References
- PRD Section 2.2 (Notification & Action)
Overview
Deliver local push notifications when a Geofence 'Enter' event is triggered.
Requirements
flutter_local_notifications.References