Vanethos / flutter_notification_permissions

Plugin for Flutter to check and ask for Notification Permissions
BSD 2-Clause "Simplified" License
81 stars 72 forks source link

Android 13 has new notification settings #49

Open derekpitts28 opened 2 years ago

derekpitts28 commented 2 years ago

This currently does not work for android 13. https://developer.android.com/develop/ui/views/notifications/notification-permission

bshvets8 commented 2 years ago

Added PR #50 that should fix the issue