File tree Expand file tree Collapse file tree 8 files changed +18
-7
lines changed Expand file tree Collapse file tree 8 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 1.0.7
22
33* Update minimum Flutter and Dart version to 3.13 and 3.1.
44* Update code format.
5+ * Fix example's type issue.
56
67## 1.0.6
78
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The Tizen implementation of [`geolocator`](https://pub.dev/packages/geolocator).
1111 ``` yaml
1212dependencies :
1313 geolocator : ^8.0.0
14- geolocator_tizen : ^1.0.6
14+ geolocator_tizen : ^1.0.7
1515` ` `
1616
1717Then you can import ` geolocator` in your Dart code:
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ environment:
77 flutter : " >=3.13.0"
88
99dependencies :
10- baseflow_plugin_template : ^2.1.2
10+ baseflow_plugin_template :
11+ git :
12+ url : https://github.com/seungsoo47/baseflow_plugin_template
13+ ref : temp_fix
1114 cupertino_icons : ^1.0.1+1
1215 flutter :
1316 sdk : flutter
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geolocator_tizen
22description : Tizen implementation of the geolocator plugin.
33homepage : https://github.com/flutter-tizen/plugins
44repository : https://github.com/flutter-tizen/plugins/tree/master/packages/geolocator
5- version : 1.0.6
5+ version : 1.0.7
66
77environment :
88 sdk : " >=3.1.0 <4.0.0"
Original file line number Diff line number Diff line change 1+ ## 1.4.2
2+
3+ * Fix example's type issue.
4+
15## 1.4.1
26
37* Update README.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You can use this plugin to ask the user for runtime permissions if your app perf
2121 ``` yaml
2222 dependencies :
2323 permission_handler : ^12.0.0
24- permission_handler_tizen : ^1.4.1
24+ permission_handler_tizen : ^1.4.2
2525 ` ` `
2626
2727 Then you can import ` permission_handler` in your Dart code:
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ environment:
77 flutter : " >=3.13.0"
88
99dependencies :
10- baseflow_plugin_template : ^2.1.2
10+ baseflow_plugin_template :
11+ git :
12+ url : https://github.com/seungsoo47/baseflow_plugin_template
13+ ref : temp_fix
1114 flutter :
1215 sdk : flutter
1316 permission_handler : ^12.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: permission_handler_tizen
22description : Tizen implementation of the permission_handler plugin.
33homepage : https://github.com/flutter-tizen/plugins
44repository : https://github.com/flutter-tizen/plugins/tree/master/packages/permission_handler
5- version : 1.4.1
5+ version : 1.4.2
66
77environment :
88 sdk : " >=3.1.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments