Skip to content

Commit 5b4a5c4

Browse files
authored
Updates permission_handler_platform_interface dependency (#1233)
1 parent 0685117 commit 5b4a5c4

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+
## 0.1.0+1
2+
3+
* Updates `permission_handler_platform_interface` dependency to version `^4.0.2`.
4+
15
## 0.1.0
26

37
* Adds an initial implementation of Web support for the permission_handler plugin with camera, notifications, and microphone permissions available.

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.0
3+
version: 0.1.0+1
44
homepage: https://github.com/baseflow/flutter-permission-handler
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
flutter_web_plugins:
1414
sdk: flutter
15-
permission_handler_platform_interface: ^3.7.0
15+
permission_handler_platform_interface: ^4.0.2
1616

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)