matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

Add support for Google Places (new) #77

Open flikkr opened 3 months ago

flikkr commented 3 months ago

Hi @matanshukry

Thanks for the awesome package! Google Places has since updated their SDK and now call this new version Google Places (new). It adds a new text search API, a Review object, more place fields to filter by, and other changes, including an adjusted pricing model.

It would be great to support this new version in this plugin. I'm working on updating some of these packages to support this new version on Android side, but would need some support for iOS. I'm opening this ticket for posterity and tracking.

Agyapaldhiman commented 1 week ago

Any update on this?

flikkr commented 1 week ago

I have an initial PR #87 pending which updates the interface for the new features. I would need @matanshukry to review before we get to the rest of the changes.