Skip to content

Commit 0845016

Browse files
authored
[permission_handler] Update permission_handler to 12.0.0 (#861)
1 parent 79288a2 commit 0845016

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

packages/permission_handler/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## NEXT
1+
## 1.4.0
22

33
* Update minimum Flutter and Dart version to 3.13 and 3.1.
44
* Fix analyze issue.
55
* Update code format.
6+
* Update permission_handler to 12.0.0.
7+
* Update permission_handler_platform_interface to 4.3.0.
68

79
## 1.3.0
810

packages/permission_handler/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
baseflow_plugin_template: ^2.1.2
1111
flutter:
1212
sdk: flutter
13-
permission_handler: ^10.4.3
13+
permission_handler: ^12.0.0
1414
permission_handler_tizen:
1515
path: ../
1616
url_launcher: ^6.1.0

packages/permission_handler/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: permission_handler_tizen
22
description: Tizen implementation of the permission_handler plugin.
33
homepage: https://github.com/flutter-tizen/plugins
44
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/permission_handler
5-
version: 1.3.0
5+
version: 1.4.0
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"
@@ -18,7 +18,7 @@ flutter:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
permission_handler_platform_interface: ^3.11.0
21+
permission_handler_platform_interface: ^4.3.0
2222

2323
dev_dependencies:
2424
flutter_lints: ^1.0.4

0 commit comments

Comments
 (0)