Skip to content

Commit

Permalink
[google_maps_flutter] Update webview_flutter version
Browse files Browse the repository at this point in the history
Update webview_flutter_lwe to 0.3.4.
  • Loading branch information
JSUYA committed Nov 11, 2024
1 parent 40df524 commit e17fd6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NEXT
## 0.1.9

* Update webview_flutter_lwe to 0.3.3.
* Update webview_flutter_lwe to 0.3.4.
* Fix memory alarm and map initialization issues.

## 0.1.8
Expand Down
2 changes: 1 addition & 1 deletion packages/google_maps_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package is not an _endorsed_ implementation of `google_maps_flutter`. There
```yaml
dependencies:
google_maps_flutter: ^2.7.0
google_maps_flutter_tizen: ^0.1.8
google_maps_flutter_tizen: ^0.1.9
```
For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_maps_flutter_tizen
description: Tizen implementation of the google_maps_flutter plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/google_maps_flutter
version: 0.1.8
version: 0.1.9

environment:
sdk: ">=3.1.0 <4.0.0"
Expand All @@ -20,4 +20,4 @@ dependencies:
google_maps_flutter_platform_interface: ^2.7.0
stream_transform: ^2.0.0
webview_flutter: ^4.4.2
webview_flutter_lwe: ^0.3.3
webview_flutter_lwe: ^0.3.4

0 comments on commit e17fd6d

Please sign in to comment.