easy_permissions_manager 0.0.2
easy_permissions_manager: ^0.0.2 copied to clipboard
A robust, JSON-based Flutter permission manager for Android, iOS, and Web. Handles configurations, UI prompts, and native setup automatically.
0.0.2 #
- Updated
permission_handler,args,path, andxmldependencies to latest stable versions. - Added type-safe API
EasyPermissions.request(Permission permission)andEasyPermissions.check(Permission permission).
0.0.1 #
- Initial release of EasyPermissions.
- Supports JSON-based configuration.
- Automated Android Manifest and iOS Info.plist setup.
- Support for Camera, Location, Microphone, Photos, Contacts, Notifications, and Bluetooth.
- Built-in error handling for Web.