pikaju / flutter-maps-launcher

Simple Flutter package to open the maps application (or browser) on all platforms.
https://pub.dev/packages/maps_launcher
MIT License
57 stars 41 forks source link

Version on pub.dev is 2.2.1 instead of 2.3.0 #40

Open gourgouris opened 5 months ago

gourgouris commented 5 months ago

As a result, the fix of (https://github.com/pikaju/flutter-maps-launcher/pull/32) is not published, so the plugin is still not compatible with AGP 8.0

Relevant comment: (https://github.com/pikaju/flutter-maps-launcher/pull/32#issuecomment-1985597947)

mvarendorff2 commented 5 months ago

Yup; while the changelog mentions compatibility with AGP 8.x for 2.2.1, downloading the source bundle from the version tab on pub shows that the relevant section is missing in android/build.gradle.

Workaround for now is referencing the package from git:

maps_launcher:
  git:
    url: https://github.com/pikaju/flutter-maps-launcher.git
    ref: master
WilliamCunhaCardoso commented 4 months ago

@pikaju any chance on publishing such version?

EArminjon commented 2 months ago

Up ?

fighterii commented 6 days ago

Any update on this @pikaju ?