fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

fix dependency of google_maps_flutter to 1.0.1 #72

Closed alexodus closed 3 years ago

alexodus commented 3 years ago

google_maps_flutter is now at 1.0.1 version

LuisGrt commented 3 years ago

google_maps_flutter is now at 1.0.1 version

It's now at 1.0.2. Please!

alejandroaap commented 3 years ago

I was currently using google maps 1.0.1 and I had to change the version to 0.5.25 + 3. Please update the version to 1.0.2 which was released on October 1st. Thank you.

fysoul17 commented 3 years ago

I need to test with the new version of google maps (although it doesn't look there would be an issue). Until then, please use a dependency override in your pubspec.yaml.

dependency_overrides:
    google_maps_flutter: ^1.0.2
fysoul17 commented 3 years ago

@alexodus @LuisGrt @alejandroaap I am happy to tell you guys that I have updated google_maps_flutter to the new version.