Skip to content

Commit 370807c

Browse files
committed
[google_maps_flutter] Bump version to 0.1.15
1 parent 1f9992f commit 370807c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/google_maps_flutter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.15
2+
3+
* Refactor the JavaScript interaction layer by introducing `GoogleMapsJsBridge`,
4+
replacing direct `WebViewController` calls.
5+
* Update `webview_flutter` to ^4.13.1 and `webview_flutter_lwe` to ^0.5.0.
6+
* Verify integration tests pass against upstream google_maps_flutter v2.17.0.
7+
18
## 0.1.14
29

310
* Update google_maps_flutter to 2.16.0.

packages/google_maps_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This package is not an _endorsed_ implementation of `google_maps_flutter`. There
2121
```yaml
2222
dependencies:
2323
google_maps_flutter: ^2.16.0
24-
google_maps_flutter_tizen: ^0.1.14
24+
google_maps_flutter_tizen: ^0.1.15
2525
```
2626
2727
For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.

packages/google_maps_flutter/pubspec.yaml

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

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

0 commit comments

Comments
 (0)