Skip to content

Commit 9ee4822

Browse files
authored
Adds support for web: ^1.0.0 (#1358)
1 parent 3d8f958 commit 9ee4822

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

permission_handler_html/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.8
2+
3+
* Adds support for `web: ^1.0.0`
4+
15
## 0.1.2
26

37
* Migrate to package:web and adding wasm support.

permission_handler_html/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: permission_handler_html
22
description: Permission plugin for Flutter. This plugin provides the web API to request and check permissions.
3-
version: 0.1.2
3+
version: 0.1.3
44
homepage: https://github.com/baseflow/flutter-permission-handler
55

66
environment:
@@ -13,7 +13,7 @@ dependencies:
1313
flutter_web_plugins:
1414
sdk: flutter
1515
permission_handler_platform_interface: ^4.1.0
16-
web: ^0.5.1
16+
web: ">=0.5.1 <2.0.0"
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)