flutter_easy_permission_manager 0.0.1 copy "flutter_easy_permission_manager: ^0.0.1" to clipboard
flutter_easy_permission_manager: ^0.0.1 copied to clipboard

A simple wrapper around permission_handler that makes permission requests easier, with helpful error messages when AndroidManifest.xml or Info.plist entries are missing.

📖 Flutter Easy Permissions Manager #

A simple wrapper around permission_handler that makes requesting permissions in Flutter apps easy and developer-friendly.

  • 🚀 Request multiple permissions with a single call
  • ⚡ Provides clear error messages when AndroidManifest.xml or Info.plist entries are missing
  • 🛡️ Helps you avoid common mistakes when handling permissions

✨ Features #

  • Request single or multiple permissions
  • Automatically checks if permissions are declared properly in Android/iOS configs
  • Provides ready-to-copy XML/Plist entries when missing
  • Clean and minimal API

🚀 Getting Started #

Add dependency in your pubspec.yaml:

dependencies:
  flutter_easy_permission_manager: ^0.0.1
0
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A simple wrapper around permission_handler that makes permission requests easier, with helpful error messages when AndroidManifest.xml or Info.plist entries are missing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, permission_handler

More

Packages that depend on flutter_easy_permission_manager