Skip to content
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
2 changes: 1 addition & 1 deletion packages/google_maps_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the google_maps_flutter_tizen plugin.
publish_to: none

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down
6 changes: 3 additions & 3 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.1
version: 0.1.2

flutter:
plugin:
Expand All @@ -18,8 +18,8 @@ dependencies:
google_maps_flutter_platform_interface: ^2.0.1
flutter_lints: ^1.0.4
stream_transform: ^2.0.0
webview_flutter: ^2.3.0
webview_flutter_tizen: ^0.3.8
webview_flutter: ^3.0.1
webview_flutter_tizen: ^0.4.1

dev_dependencies:
flutter_test:
Expand Down