Home > Net >  How we can Schedule Notifications on the same day at multiple time slots using Alarm Manager or Flut
How we can Schedule Notifications on the same day at multiple time slots using Alarm Manager or Flut

Time:11-01

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.

CodePudding user response:

Maybe this can help you.

flutter pub get package

CodePudding user response:

Give a unique id for each notification

  • Related