Can't schedule repeat notifications Awesome Notification Flutter – Flutter

Photo of author
Written By M Ibrahim
android awesome-notifications axios flutter notifications

Quick Fix: As this is a known bug in the library, you can upvote the GitHub issue to increase the priority of the fix.

The Problem:

Implementing a notification scheduler using the Awesome Notifications Flutter plugin to send notifications after a specific interval, like every month, is proving to be unsuccessful. The notification fires every few seconds instead of the intended interval, and setting the "repeats" parameter to "false" resolves the issue. Why does the notification fire so frequently, and how can the desired behavior be achieved on an Android device?

The Solutions:

Solution 1: Known bug in Awesome Notifications plugin

The issue you are facing with the Awesome Notifications plugin is a known bug. The plugin is currently experiencing problems scheduling repeating notifications on Android devices, while it works fine on iOS. This bug has been reported and tracked on GitHub:

GitHub Issue Link

Upvote the Issue:

To increase the priority of this bug and help the developers address it, you can upvote the issue on GitHub. This will signal to the developers that this issue is affecting multiple users and needs attention.

Stay Updated:

Keep an eye on the GitHub issue for updates and potential solutions. The developers will likely provide updates or workarounds until the bug is fixed.

Alternative Solutions:

In the meantime, you may consider exploring other notification scheduling plugins or libraries that are known to work reliably on Android devices. Some popular alternatives include:

These libraries may provide a more stable and reliable solution for scheduling repeating notifications on Android.