permission_handler_html
v0.1.4+1Permission plugin for Flutter. This plugin provides the web API to request and check permissions.
Package archive: https://pubdev.letsnova.ru/api/archives/permission_handler_html/0.1.4+1.tar.gz
dart pub add permission_handler_htmlReadme
permission_handler_html
The official web implementation of the permission_handler plugin by Baseflow.
Usage
This is the officially endorsed web implementation of the permission_handler plugin. This means it will automatically be added to your dependencies when you depend on permission_handler in your applications pubspec.yaml.
More detailed instructions on using the API can be found in the README.md of the permission_handler package.
Issues
Please file any issues, bugs, or feature requests as an issue on our GitHub page. Commercial support is available, you can contact us at hello@baseflow.com.
Want to contribute
If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug, or adding a cool new feature), please carefully review our contribution guide and send us your pull request.
Author
This permission_handler plugin for Flutter is developed by Baseflow.
Changelog
0.1.4+1
- Replaces runtime-unsafe .isA<web.DOMException>() calls with Dart is web.DOMException checks to fix web release build failures.
0.1.4+0
- Adds support for the new Android 17 permission
ACCESS_LOCAL_NETWORK
0.1.3+5
- Updates the way how
window.navigator.mediaDevicesis accessed to keep supporting WASM.
0.1.3+4
- Fixes a bug causing the application to crash when running on HTTP protocol (not HTTPS or localhost) and the
window.navigator.mediaDevicesproperty isnull.
0.1.3+3
- Safari < 16 compatibility: Don't crash on missing
window.navigator.permissionsproperty
0.1.3+2
web: 1.0.0compatibility:PermissionDescriptorwas removed in web package.
0.1.3+1
- Fixes the PermissionDescriptor Error when getting the permission status.
0.1.3
- Adds support for
web: ^1.0.0
0.1.2
- Migrate to package:web and adding wasm support.
0.1.1
- Updates the dependency on
permission_handler_platform_interfaceto 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_interfacedependency 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.
