Open
Description
Please check the following before submitting a new issue.
- I have searched the existing issues.
- I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
- Android
- iOS
- Windows
Steps to reproduce
Add any kind of permission, e.g. Permission.notification
and deny the native popup.
When checking the status
, there are two way:
await Permission.notification.status
await Permission.notification.request()
Expected results
I expect to get the same status
for both variants.
Actual results
But:
status
->.denied
request
->permanentlyDenied
The 2nd is what I actually need, because otherwise I don't know if the native request was done before.
I couldn't find anything about this, but it seems a quite important missing feature/bug, at least for me.
Code sample
Code sample
[Paste your code here]
Screenshots or video
Screenshots or video demonstration
[Upload media here]
Version
11.3.0
Flutter Doctor output
Doctor output
[Paste your output here]
Metadata
Metadata
Assignees
Labels
No labels