Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[google_maps_flutter] Change dependency to webview_flutter_lwe #483

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 0.1.4

* Change dependency from webview_flutter_tizen to webview_flutter_lwe.
* Fix integration test failures

## 0.1.3
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 platform implementation of google_maps_flutter
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/google_maps_flutter
version: 0.1.3
version: 0.1.4

flutter:
plugin:
Expand All @@ -19,7 +19,7 @@ dependencies:
meta: ^1.3.0
stream_transform: ^2.0.0
webview_flutter: ^3.0.4
webview_flutter_tizen: ^0.5.3
webview_flutter_lwe: ^0.1.0

dev_dependencies:
flutter_test:
Expand Down