- Updated cavaet on scheduling Android notifications where a link to https://dontkillmyapp.com has been added as it contains instructions on how to configure various devices to bypass the battery optimisations that prevent background processes from working e.g. scheduled notifications
- Added missing note to the 14.0.0 release notes on a breaking change the
AndroidFlutterLocalNotificationsPluginAPIs around scheduling notifications where theallowWhileIdlehas been removed and replaced by ascheduleModeparameter that allows for scheduling inexact notifications - Updated docs to explain that if a notification was scheduled on Android with exact timing via the
AndroidScheduleModeenum but the exact alarm permissions had been revoked, an error log message will be written and notification will no longer be scheduled. This means recurring notifications would no longer be scheduled as well given the permission had been revoked