matanshukry / flutter_google_places_sdk

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

[iOS] Implements latLngBoundsToMap #33

Closed Milvintsiss closed 1 year ago

Milvintsiss commented 1 year ago

Upgrades iOS package to 0.1.3

Fixes #15

matanshukry commented 1 year ago

@Milvintsiss Each change to a package is tagged separately, so there must be different commits (and hence different PRs) for multi package changes. e.g. for this PR - 1 for sdk, 1 for the ios.

To help speed things up I already did it based on your PR.

Thanks for the contribution!