Search code examples
flutterdartandroid-notificationsbackground-service

How we can Schedule Notifications on the same day at multiple time slots using Alarm Manager or Flutter Local notifications?


I want to schedule notifications as an alarm that should trigger on different time on the same day. Whenever i am Scheduling multiple notifications, Alarm Only fires the latest notification and discard all the previous schedules. I am Using Alarm Manager with Flutter Local notification. Also this is all happening in background.

I have tried Android Alarm Manager android_alarm_manager_plus plugin and Flutter local notifications to schedule multiple notifications on the same day.


Solution

  • Give a unique id for each notification