permission_handler_html 0.1.1 permission_handler_html: ^0.1.1 copied to clipboard
Permission plugin for Flutter. This plugin provides the web API to request and check permissions.
0.1.1 #
- Updates the dependency on
permission_handler_platform_interface
to version 4.1.0 (SiriKit support is only available for iOS and macOS).
0.1.0+2 #
- Fixes plugin initialization for non-https web app.
- Fixes location permission name.
- Improves error handling in the example app.
0.1.0+1 #
- Updates
permission_handler_platform_interface
dependency to version^4.0.2
.
0.1.0 #
- Adds an initial implementation of Web support for the permission_handler plugin with camera, notifications, and microphone permissions available.