File tree Expand file tree Collapse file tree
packages/google_maps_flutter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This package is not an _endorsed_ implementation of `google_maps_flutter`. There
2121``` yaml
2222dependencies :
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
2727For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_maps_flutter_tizen
22description : Tizen implementation of the google_maps_flutter plugin.
33homepage : https://github.com/flutter-tizen/plugins
44repository : https://github.com/flutter-tizen/plugins/tree/master/packages/google_maps_flutter
5- version : 0.1.14
5+ version : 0.1.15
66
77environment :
88 sdk : " >=3.4.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments