permission_handler_html 0.1.0+2 permission_handler_html: ^0.1.0+2 copied to clipboard
Permission plugin for Flutter. This plugin provides the web API to request and check permissions.
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.