Skip to content

Commit

Permalink
web 0.1.7 :
Browse files Browse the repository at this point in the history
* Upgrading `google_maps` to ^7.1.0
  • Loading branch information
matanshukry committed Apr 29, 2024
1 parent 89d6d77 commit 06fe72e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions flutter_google_places_sdk_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.7

* Upgrading `google_maps` to ^7.1.0

## 0.1.6

* Upgrading `flutter_google_places_sdk_platform_interface` to `0.2.7`
Expand Down
8 changes: 4 additions & 4 deletions flutter_google_places_sdk_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_google_places_sdk_web
description: The web implementation of Flutter plugin for google places sdk
version: 0.1.6
version: 0.1.7
homepage: https://github.com/matanshukry/flutter_google_places_sdk/tree/master/flutter_google_places_sdk_web

environment:
Expand All @@ -13,15 +13,15 @@ dependencies:
flutter_web_plugins:
sdk: flutter
flutter_google_places_sdk_platform_interface: ^0.2.7
js: ^0.6.7
js: ^0.6.7 # Can't upgrade to 0.7.x due to google_maps
google_maps: ^7.1.0
collection: ^1.17.2 # Can't upgrade to 1.18 due to flutter sdk version

dev_dependencies:
flutter_lints: ^2.0.2
flutter_lints: ^3.0.2
flutter_test:
sdk: flutter
mockito: ^5.3.2
mockito: ^5.4.4

flutter:
plugin:
Expand Down

0 comments on commit 06fe72e

Please sign in to comment.