martin-braun-net / google_maps_place_picker_mb

Place picker on Google Maps for Flutter
https://pub.dev/packages/google_maps_place_picker_mb
MIT License
33 stars 96 forks source link

fix: crash of FlutterLocation by using Geolocator #51

Closed giorgio79 closed 1 year ago

giorgio79 commented 1 year ago

Hi Martin,

Replaced FlutterLocation package with Geolocator.

The code removed was pretty much a copy paste of Location's sample permission requesting at https://github.com/Lyokone/flutterlocation and the replacement is also pretty much a copy paste of Geolocator's sample at https://github.com/Baseflow/flutter-geolocator no need to reinvent the wheel.

The package works for me with the changes

martin-braun commented 1 year ago

@giorgio79 Thanks a lot for your contribution. I finally got some time to look into it and update the library. Version 3.0.1 is available with your changes.

giorgio79 commented 1 year ago

Nice thx ☺️