flutter_permission_handler_plus 0.1.0 copy "flutter_permission_handler_plus: ^0.1.0" to clipboard
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

0.0.1 - 2025-08-10 #

Added #

  • Initial release of Flutter Permission Handler Plus
  • Basic permission handling functionality
  • Cross-platform support (iOS, Android, Windows, macOS, Linux, Web)
  • Plugin platform interface integration
2
likes
160
points
85
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

An improved permission handler with better UX and automatic permission requests for iOS, Android, Windows, macOS, Linux, and Web.

Repository (GitHub)
View/report issues
Contributing

Topics

#permissions #flutter #plugin #android #ios

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, permission_handler, plugin_platform_interface

More

Packages that depend on flutter_permission_handler_plus

Packages that implement flutter_permission_handler_plus