- [Android] fixed issue an issue similar to 2033 that was addressed in 15.0.1 where notifications on scheduled using older version of the plugin via the
periodicallyShow()method would fail to have the next subsequent ones scheduled. This issue started occuring in 14.0 where support for inexact notifications was added using theScheduleModeenum that was added and resulted in the deprecation ofandroidAllowWhileIdle. A mechanism was added to help "migrate" old notifications that hadandroidAllowWhileIdlespecified but didn't account for how there are recurring notifications that were scheduled using older versions of the plugin prior toandroidAllowWhilebeing added - Updated example app so that the Android side specifies minimum SDK version version that aligns with what's specified by the Flutter SDK
- Fixed Dart API docs for
DarwinNotificationDetailsclass wherethis Thiswas being repeated. Thanks to the PR from Adrian Jagielak