Baseflow / flutter-permission-handler

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
https://baseflow.com
MIT License
2.05k stars 859 forks source link

[Question]: Needed action for checking status of notification permission #1400

Open sgs2007 opened 3 weeks ago

sgs2007 commented 3 weeks ago

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

Your question

I don't clear understand what action/ set up i should do for checking status of push notification permission. From doc I understand that i should add this to Podfile.

## dart: PermissionGroup.notification
'PERMISSION_NOTIFICATIONS=1',

But I can't understand what I should add to Info.plist. Could some one help me?

Version

11.0.0