Skip to content

Commit 5c1d0d5

Browse files
authored
[geolocator, permission_handler] Fix example's type issue (#931)
1 parent 2b590f5 commit 5c1d0d5

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

packages/geolocator/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

packages/geolocator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Tizen implementation of [`geolocator`](https://pub.dev/packages/geolocator).
1111
```yaml
1212
dependencies:
1313
geolocator: ^8.0.0
14-
geolocator_tizen: ^1.0.6
14+
geolocator_tizen: ^1.0.7
1515
```
1616
1717
Then you can import `geolocator` in your Dart code:

packages/geolocator/example/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ environment:
77
flutter: ">=3.13.0"
88

99
dependencies:
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

packages/geolocator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator_tizen
22
description: Tizen implementation of the geolocator plugin.
33
homepage: https://github.com/flutter-tizen/plugins
44
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/geolocator
5-
version: 1.0.6
5+
version: 1.0.7
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"

packages/permission_handler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2
2+
3+
* Fix example's type issue.
4+
15
## 1.4.1
26

37
* Update README.

packages/permission_handler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

packages/permission_handler/example/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ environment:
77
flutter: ">=3.13.0"
88

99
dependencies:
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

packages/permission_handler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4.1
5+
version: 1.4.2
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"

0 commit comments

Comments
 (0)