flutter_easy_permission_manager 0.0.1
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.xmlorInfo.plistentries 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