You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The openAppSettings function returns a boolean, but using Permission.location.onDeniedCallback and the other callbacks does not seem to achieve this goal.
I have read the solution based on WidgetsBindingObserver and it obviously work but it seems a workaround.
Is there a more direct way to detect changes in the permission state based only on permission_handler package?
Version
11.3.1
The text was updated successfully, but these errors were encountered:
MauroGentile
changed the title
[Question]: permission in realtime
[Question]: permissions in realtime
Sep 9, 2024
Please check the following before submitting a new issue.
Please select for which platform(s) you need help
Your question
I need to track the changes on permissions.
The openAppSettings function returns a boolean, but using Permission.location.onDeniedCallback and the other callbacks does not seem to achieve this goal.
I have read the solution based on WidgetsBindingObserver and it obviously work but it seems a workaround.
Is there a more direct way to detect changes in the permission state based only on permission_handler package?
Version
11.3.1
The text was updated successfully, but these errors were encountered: