- [Android] calling the
requestNotificationPolicyAccess()method belonging to theAndroidFlutterLocalNotificationsPluginclass will now highlight associated application. Thanks to the PR from Claudius Kienle - [Web] added web platform support. Thanks to the initial PR from Levi Lesches and completion by Gaurav
- [Windows] when calling
periodicallyShow()the message when theUnsupportedErroris thrown has been updated to sayWindows devices cannot periodically show notificationsinstead. This has happened as a result of shifting the responsibility of reporting theUnsupportedErrorso it is done byflutter_local_notifications_windowsinstead offlutter_local_notifications - [Windows] bumped
xmldependency so that supported range is>=6.5.0 <8.0.0 - Fixed missing code formatting in the Notification Actions configuration section. Thanks to the PR from Matias de Andrea