flutter_permission_handler_plus 0.1.0
flutter_permission_handler_plus: ^0.1.0 copied to clipboard
An improved permission handler with better UX and automatic permission requests for iOS, Android, Windows, macOS, Linux, and Web.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 Unreleased #
Added #
- Real permission handling via
permission_handler(requests, status, settings) - Example app controls: batch requests, settings redirect toggle, retry slider, cache clear
- Example GIF embedded in README
Changed #
- Batch requests now run sequentially to avoid concurrent platform lock
- Calendar permission mapped to
calendarFullAccess
Fixed #
- Removed deprecated/legacy lints; analyzer now clean
- Manifest permissions added for example app dialogs
0.0.2 - 2025-08-10 #
Added #
- Swift Package Manager support for macOS
- Comprehensive documentation for all public API elements
- Platform detection utilities
- Enhanced permission handling with better UX
Changed #
- Improved package structure and organization
- Enhanced static analysis compliance
- Better code formatting and linting
Fixed #
- Package description length compliance
- Constructor ordering and documentation
- Dependency sorting in pubspec.yaml