Skip to content

Commit

Permalink
http 0.1.3 :
Browse files Browse the repository at this point in the history
* Upgrading flutter_google_places_sdk_platform_interface to 0.2.6
* Upgrading sdk minimum to 2.17.0
  • Loading branch information
matanshukry committed Aug 25, 2023
1 parent 44eb04a commit 0abe3fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions flutter_google_places_sdk_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.3

* Upgrading flutter_google_places_sdk_platform_interface to 0.2.6
* Upgrading sdk minimum to 2.17.0

## 0.1.2

* Upgrading flutter_google_places_sdk_platform_interface to 0.2.5
Expand Down
6 changes: 3 additions & 3 deletions flutter_google_places_sdk_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: flutter_google_places_sdk_http
description: An http implementation of Flutter plugin to be used by other platform implementation
version: 0.1.2
version: 0.1.3
homepage: https://github.com/matanshukry/flutter_google_places_sdk/tree/master/flutter_google_places_sdk_http

environment:
sdk: ">=2.14.0 <4.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.20.0"

dependencies:
flutter:
sdk: flutter
http: ^1.1.0
latlong2: ^0.9.0
flutter_google_places_sdk_platform_interface: ^0.2.5
flutter_google_places_sdk_platform_interface: ^0.2.6
freezed_annotation: ^2.3.2
json_annotation: ^4.8.1

Expand Down

0 comments on commit 0abe3fd

Please sign in to comment.