app_permission_manager 1.0.0 copy "app_permission_manager: ^1.0.0" to clipboard
app_permission_manager: ^1.0.0 copied to clipboard

A Flutter plugin to check and request app permissions on Android and iOS using a unified and simple API.

1.0.0 #

🎉 Initial Release #

  • Initial release of app_permission_manager
  • Simple and unified permission API for Flutter
  • Support for Android and iOS
  • Check and request permissions
  • Open app settings when permission is permanently denied

✅ Supported Permissions #

  • Camera
  • Microphone
  • Location (when in use)
  • Location (always / background)
  • Storage
  • Photos
  • Notifications
  • Contacts
  • Phone

📱 Supported Permission Status #

  • granted
  • denied
  • permanentlyDenied (Android)
  • restricted (iOS)
  • limited (iOS Photos)

🔧 Platform Notes #

  • Android runtime permission handling
  • iOS permission handling using native frameworks
  • iOS permission descriptions must be added in Info.plist
  • Android permissions must be declared in AndroidManifest.xml
1
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to check and request app permissions on Android and iOS using a unified and simple API.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_permission_manager

Packages that implement app_permission_manager