humazed / google_map_location_picker

🌍 Map location picker component for flutter Based on google_maps_flutter
Apache License 2.0
206 stars 309 forks source link

Make the plugin works on geolocator 6.0.0-rc.1 to fix the permission denied in iOS and Android. #102

Closed madz closed 4 years ago

madz commented 4 years ago

There was a bug in geolocator https://github.com/Baseflow/flutter-geolocator/issues/430 that makes the location permission being denied even if the user allows the access.

It was fixed in geolocator 6.0.0-rc.1 but the google_map_location_picker 3.3.3 depends on geolocator ^5.3.2+2

humazed commented 4 years ago

Thanks for the suggestion but I probably would wait until it is stable. but if someone made a PR I would most likely merge it.

humazed commented 4 years ago

started working on it.