permission icon indicating copy to clipboard operation
permission copied to clipboard

Results 18 permission issues
Sort by recently updated
recently updated
newest added

Hopefully, this plug-in will support nullsafty

i face this Unhandled Exception: MissingPluginException(No implementation found for method getSinglePermissionStatus on channel plugins.ly.com/permission)

It looks like from the README that the requested permissions are grouped under specific categories to get full permissions. Specifically the one I am working with is PermissionName.SMS which has...

I'm testing the permissions on new device but also my permission status went into` notAgain`. It should be `allow` such that I can ask permissions from user. How to cope...

My app doesn't use calendar and I have not setup any calendar permission. Permissions works fine on android but Apple rejects my app saying I need to have a purpose...

Hi, I have an app that depends on 'android.permission.PACKAGE_USAGE_STATS' package. It looks like the permission for this package is not available currently. Will it be possible for you to add...

The permission plugin has minSdk for android set to 20. It would be great to lower it to 19 or lower.

I dealt with permissions just by changing AndroidManifest.xml and Info.plist. So I wonder, what problem does this plugin try to solve. So a better explanation, what the plugin does and...