flutter-permission-handler
flutter-permission-handler copied to clipboard
disabled notification on startup, permission shows old style request pop up
🐛 Bug Report
android asks for permission, if a user closed notifications permission permanently, and this notification request is old style native request. Ios has the same behaviour but the pop up of request is well designed
Expected behavior
Android normally not controlling notification because default is granted. If a user closes notification permission permanently, permission handler asks automatic permission request every beginning of application, because of One signal.
Reproduction steps
User closes notifications. Opens the application And request shown at the beginning of application
Configuration
Version: 1.x permission_handler: ^10.0.0
Platform:
- [x ] :iphone: iOS
- [ x] :robot: Androi