We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
web: ^1.0.0
1 parent 3d8f958 commit 9ee4822Copy full SHA for 9ee4822
permission_handler_html/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.6.8
2
+
3
+* Adds support for `web: ^1.0.0`
4
5
## 0.1.2
6
7
* Migrate to package:web and adding wasm support.
permission_handler_html/pubspec.yaml
@@ -1,6 +1,6 @@
name: permission_handler_html
description: Permission plugin for Flutter. This plugin provides the web API to request and check permissions.
-version: 0.1.2
+version: 0.1.3
homepage: https://github.com/baseflow/flutter-permission-handler
environment:
@@ -13,7 +13,7 @@ dependencies:
13
flutter_web_plugins:
14
sdk: flutter
15
permission_handler_platform_interface: ^4.1.0
16
- web: ^0.5.1
+ web: ">=0.5.1 <2.0.0"
17
18
dev_dependencies:
19
flutter_test:
0 commit comments