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 97 forks source link

Geolocator dependency bump to 9.0.0 #33

Closed Wian-TMC closed 2 years ago

Wian-TMC commented 2 years ago

Just a heads up to update dependency for geolocator to 9.0.0

martin-braun commented 2 years ago

@Wian-TMC I'm aware of this and I have to do it sooner or later to support compileSdkVersion 33 and up (so this can be considered a bug), but I cannot upgrade the package unless I drop support for Flutter 2, which I try to avoid as long as possible. Please check this issue to get more details.

Maybe geolocator 9 will be updated to support Flutter 2. This would be excellent.

Wian-TMC commented 2 years ago

Cool! Let's wait and see

dpedrinha commented 2 years ago

I'm having trouble continuing my project because of this. One of my plugins require android compile sdk 33 and now these two plugins are conflicting. To make things worse, I updated everything in an attempt to solve the problem (dart, flutter, android studio, plugins and etc). Am I screwed? I'm very bad at this kind of framework problems. Have no idea what to do. I'm stuck and it seems this plugin won't update anytime soon due to the reasons mentioned above. :.(

martin-braun commented 2 years ago

@dpedrinha I'm sorry for your inconvenience. This issue was already fixed, but I felt confident that we might get #24 pushed through. Unfortunately, we have to wait for Google. I pushed a new version mb.21 which will use the geolocator 9.0.1, I hope this will work out for you. 9.0.0 is not supported for this package.

Good luck.

dpedrinha commented 2 years ago

@dpedrinha I'm sorry for your inconvenience. This issue was already fixed, but I felt confident that we might get #24 pushed through. Unfortunately, we have to wait for Google. I pushed a new version mb.21 which will use the geolocator 9.0.1, I hope this will work out for you. 9.0.0 is not supported for this package.

Good luck.

I'm able to compile now. Thank you very much.