fysoul17 / google_maps_place_picker

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

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher. #140

Open kyawsanoo opened 2 years ago

kyawsanoo commented 2 years ago

Need Kotlin Gradle plugin version Upgrade in google_api_header

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher. The following dependencies do not satisfy the required version: project ':google_api_headers' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31

chrg1001 commented 2 years ago

This problem is expected to be solved when #150 is merged. This PR includes the upgrade of google_api_headers to 1.1.1, and this version of the package solves that problem. FYI: https://github.com/zeshuaro/google_api_headers/issues/41

martin-braun commented 2 years ago

I forked and republished it, because things took to long for me: https://github.com/martin-braun/google_maps_place_picker_mb

I updated dependencies, fixed bugs, applied PRs from this base and added some small useful things for me, such as exposing callbacks or allowing me to restrict the area to pick. If you don't need my specific add-ons, you can come back to this base version, once the author maintains it properly, again.

chrg1001 commented 2 years ago

@martin-braun Awesome! I used the mb version before when I failed to pass the App Store review due to something in this package and the PR for the fix was not immediately merged. I'll use it again this time.

martin-braun commented 2 years ago

Awesome! I used the mb version before when I failed to pass the App Store review due to something in this package and the PR for the fix was not immediately merged. I'll use it again this time.

@Chrg1001 I see, which PR is it please? I want to check, I didn't test publishing so far. If this problem remains, please open an issue on my repo, I want to take care of it.

chrg1001 commented 2 years ago

It seems that my intentions are not being conveyed because of my poor English. Due to a previous issue with this base, my app did not pass the App Store review. At that time, I worked around the problem by using the mb version. I've been using this base for a while now, since the problem has been resolved with this base. However, since my app has the problem with this kotlin version, I think I will use the mb version again.

chrg1001 commented 2 years ago

@martin-braun Can you merge #150 to your fork to fix this issue?

martin-braun commented 2 years ago

@Chrg1001 I took care of it, please report back in the issue from my fork above. Hopefully things work out for you now.