File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
packages/permission_handler Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 1.0.0
2
2
3
3
* Initial release
4
+
5
+ ## 1.1.0
6
+
7
+ * Support Tizen 4.0 via ppm_request_permission.
8
+ * Change the version of the example app from 5.5 to 4.0.
9
+ * Revise OpenAppSetting.
10
+ * Open permission view of each application instead of system setting.
11
+ * Refactor the overall implementation in C++ way
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ You can use this plugin to ask the user for runtime permissions if your app perf
43
43
``` yaml
44
44
dependencies :
45
45
permission_handler : ^6.1.1
46
- permission_handler_tizen : ^1.0 .0
46
+ permission_handler_tizen : ^1.1 .0
47
47
` ` `
48
48
49
49
Then you can import ` permission_handler` in your Dart code:
Original file line number Diff line number Diff line change 1
1
name : permission_handler_tizen
2
2
description : Tizen implementation of the permission_handler plugin
3
3
homepage : https://github.com/flutter-tizen/plugins
4
- version : 1.0 .0
4
+ version : 1.1 .0
5
5
6
6
flutter :
7
7
plugin :
You can’t perform that action at this time.
0 commit comments