简体   繁体   中英

How to set a local notification on a particular date for every year in flutter

I am using flutter_local_notifications for showing local notifications and my app has a requirement to show notifications on a particular date every year (until it is canceled) so,

  1. How can I show a notification on a specific date every year (iOS and android)
  2. How to cancel such recurring notifications (iOS and android)

One solution I though was to reset the notification for the next year once the notification was received but I don't think there is a callback for such functionality in this plugin.

I am using flutter_local_notifications for showing local notifications and my app has a requirement to show notifications on a particular date every year (until it is canceled) so,

  1. How can I show a notification on a specific date every year (iOS and android)
  2. How to cancel such recurring notifications (iOS and android)

One solution I though was to reset the notification for the next year once the notification was received but I don't think there is a callback for such functionality in this plugin.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM