permission_handler_html
Permission plugin for Flutter. This plugin provides the web API to request and check permissions.
0.1.4+0
26K downloads/mo
#1952 most downloaded on pub.dev
baseflow/flutter-permission-handler
What this package is like to depend on
Last release 23 days ago
01 Aug 2026
Ships unpredictably
gaps range from 3 weeks to 1.7 years
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
12 releases · first in 2023
2 releases in the last 12 months
see the full history below
Release timeline
12 releases · Nov 2023 to Aug 2026
2024
2025
2026
Releases
latest 12-
0.1.4+031 Jul 2026 -
0.1.4+101 Aug 2026Release notes
Open source →- Replaces runtime-unsafe .isA<web.DOMException>() calls with Dart is web.DOMException checks to fix web release build failures.
-
0.1.316 Aug 2024 -
0.1.3+116 Aug 2024Release notes
Open source →- Fixes the PermissionDescriptor Error when getting the permission status.
-
0.1.3+221 Aug 2024Release notes
Open source →web: 1.0.0compatibility:PermissionDescriptorwas removed in web package.
-
0.1.3+418 Nov 2024Release notes
Open source →- Fixes a bug causing the application to crash when running on HTTP protocol (not HTTPS or localhost) and the
window.navigator.mediaDevicesproperty isnull.
- Fixes a bug causing the application to crash when running on HTTP protocol (not HTTPS or localhost) and the
-
0.1.3+520 Nov 2024Release notes
Open source →- Updates the way how
window.navigator.mediaDevicesis accessed to keep supporting WASM.
- Updates the way how
-
0.1.226 Jul 2024 -
0.1.117 Jan 2024Release notes
Open source →- Updates the dependency on
permission_handler_platform_interfaceto version 4.1.0 (SiriKit support is only available for iOS and macOS).
- Updates the dependency on
-
0.1.016 Nov 2023Release notes
Open source →- Adds an initial implementation of Web support for the permission_handler plugin with camera, notifications, and microphone permissions available.
-
0.1.0+120 Nov 2023Release notes
Open source →- Updates
permission_handler_platform_interfacedependency to version^4.0.2.
- Updates
-
0.1.0+205 Dec 2023Release notes
Open source →- Fixes plugin initialization for non-https web app.
- Fixes location permission name.
- Improves error handling in the example app.