Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flutter_local_notifications-v19.2.0 source code.tar.gz | 2025-05-10 | 4.9 MB | |
flutter_local_notifications-v19.2.0 source code.zip | 2025-05-10 | 5.1 MB | |
README.md | 2025-05-10 | 982 Bytes | |
Totals: 3 Items | 9.9 MB | 0 |
- [Android] added support to bypass have notifications bypass the device's Do Not Disturb (DnD) settings. Thanks the PR from Michel v. Varendorff that added the following changes
- The
hasNotificationPolicyAccess()
method that checks if the application can modify the notification policy - The
requestNotificationPolicyAccess()
method that was added theAndroidFlutterNotificationsPlugin
class. This can be used request access for the calling application modify the notification policy - Added
bypassDnd
the property of theAndroidNotificationChannel
class andchannelBypassDnd
to theAndroidNotificationDetails
class. These can used to indicate if notifications associated with the channel can bypass the DnD settings of the device - Bumped
msix
dev dependency in example app. This to fix the issue where themsix
package stopped being able to created MSIX installers