I am implementing reminders where I schedule notifications using zonedSchedule
method of flutter_local_notifications package. The problem is that the notifications don’t show up sometimes.
What do you think might be causing to that?
When I want to display notification simultaneously they always show up.
As I said, scheduled notifications, also, show up sometimes.
I am using priorities and importances of Max.
My permissions are also okay.
I don’t think that this is not caused by time-zone related issues.