- [Android][iOS][macOS] added
periodicallyShowWithDuration()method that allows for having a notification periodically shown based on a specified duration. The duration will need to be at least a minute. Thanks to the PR from Mateusz Łuczak - [Android] added the
requestFullScreenIntentPermission()to theAndroidFlutterNotificationsPluginclass. This allows app to request the full-screen intent permission. Updated the documentation around full-screen intent notifications accordingly as well - Added a comment to the
AndroidManifest.xmlfile of the example to state that it requests theUSE_EXACT_ALARMonly for ease of use. Developers will need to check if they should be using theSCHEDULE_EXACT_ALARMpermission instead