fleaflet / flutter_map

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
https://pub.dev/packages/flutter_map
BSD 3-Clause "New" or "Revised" License
2.75k stars 860 forks source link

Updating dart package request #876

Closed altec-icex closed 3 years ago

altec-icex commented 3 years ago

Hi, John.

Please update pub.dev/packages/flutter_map repository for latest changes in git because your current version in pub.dev doesn't work with old version of latlong in compare to your git version.

Thanx

josxha commented 3 years ago

Hello @altec-icex, I have used the 1.12.0 version on pub.dev myself and it worked just fine. What makes you think that version doesn't work?

altec-icex commented 3 years ago

"flutter_map 0.12.0" see in pubspec.yaml at dependencies section

PUBDEV - latlong: ^0.6.1 GITHUB - latlong2: ^0.8.0

kengu commented 3 years ago

@altec-icex This is to be expected, since released versions on pub.dev is lagging the master branch. @johnpryan will release a new version at some point, usually after some substantial changes are merged to master. I guess the reason for 0.13.0 is not yet released to pub.dev is that we are waiting on flutter_image to upgrade to sound null-safety. At this point #870 will be merged to master and 0.13.0 will be released with dependency latlong2: ^0.8.0 (the switch to latlong2 is due to lack of maintenance of latlong).

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 3 years ago

This issue was closed because it has been stalled for 5 days with no activity.