matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

Upgrade Gradle plugin #37

Closed zmeggyesi closed 1 year ago

zmeggyesi commented 1 year ago

Latest Flutter version demands an upgrade in the Gradle plugin version, otherwise the plugin will hold up the build process.

I have implemented a quick fix, but it requires a new release of the Android plugin and the core plugin.

zmeggyesi commented 1 year ago

@matanshukry this is currently holding up an app release for me, I cannot seem to reference the Android plugin via a relative path in the core pubspec to include the fix automatically.

mantu-sahu commented 1 year ago

Running into the same issue. Is there plan to release a new version?

zmeggyesi commented 1 year ago

@mantu-sahu I made a new branch in my fork, can you reference the ref pre-release in your pubspec.yaml? That should let your build pass by referencing the Android platform plugin via Git as well.

matanshukry commented 1 year ago

Implementd.

Thanks @zmeggyesi !