permission_config 0.0.14 copy "permission_config: ^0.0.14" to clipboard
permission_config: ^0.0.14 copied to clipboard

A Flutter CLI plugin that auto-adds Android/iOS permissions and generates permission handler logic.

0.0.14 #

  • Improved internal permission validation logic.
  • Updated dependencies to latest stable versions.
  • Minor documentation updates.

0.0.13 #

  • Fixed a typo in the permission documentation.
  • Added support for a new location permission variant on iOS.
  • Refactored permission status mapping logic for improved clarity.

0.0.12 #

  • Resolved an issue with permission checks on iOS 17.
  • Enhanced error messages for unsupported permissions.
  • Optimized the permission request flow for better performance.

0.0.11 #

  • Changed the logger level from debug to info for permission handling operations.

0.0.10 #

  • Fixed a missing implements directive for the Flutter plugin.
  • Refactored environment and platform settings in pubspec.yaml for better organization.

0.0.9 #

  • Added support for additional permissions: storage, Bluetooth, sensors, contacts, calendar, photos, notifications, and speech recognition.
  • Introduced the "all" option to enable all supported permissions with a single command.

0.0.2 #

  • Updated the README.md file.

0.0.1 #

  • Initial release of permission_config.
  • Automatically adds Android/iOS permission entries.
  • Generates a permission_handler.dart file with ready-to-use logic.
29
likes
160
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter CLI plugin that auto-adds Android/iOS permissions and generates permission handler logic.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

logger, path, xml

More

Packages that depend on permission_config

Packages that implement permission_config