Baseflow / Baseflow/flutter-permission-handler

Add ability to determine if permission listed in manifest.

Open
#280 3 comments 1 reaction 0 assignees View on GitHub
P3 platform: android refactor type: enhancement
Dominant language
Dart
Stars
2.2k
Forks
970
Avg merge
14h 22m
Merged PRs (30d)
2

Description

I'm involved in the flutter_sound dart package which needs permissions for microphone and storage.

One issue we have is with users not setting up their manifest correctly.

It would be useful to be able to determine if a permission was listed in manifest (and the ios pod) so we can warn users.

Currently on android you display a message for storage:
No permissions found in manifest for: 14

Exposing the logic behind this as an api call should do the trick.
Can the same be done for ios?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.