permission_plus_web 0.1.0 copy "permission_plus_web: ^0.1.0" to clipboard
permission_plus_web: ^0.1.0 copied to clipboard

Web implementation of the permission_plus plugin.

permission_plus_web #

The Web implementation of permission_plus.

Usage #

This package is endorsed and will be automatically included when you depend on permission_plus. There is no need to add this package to your pubspec.yaml directly.

Users should depend on permission_plus instead of this package.

Implementation Details #

  • WASM-safe — uses package:web and dart:js_interop (no legacy dart:html).
  • Leverages the browser Permissions API for checking permission status, and real trigger APIs for requesting access.

Supported Permissions #

Permission Supported
Camera
Microphone
Location
Notifications

Issues #

Please file any issues or feature requests at the issue tracker.