OwnWeb / flutter_map_tappable_polyline

A tappable Polyline plugin for flutter_map
https://pub.dev/packages/flutter_map_tappable_polyline
MIT License
54 stars 44 forks source link

Null safety #26

Closed fryette closed 3 years ago

fryette commented 3 years ago

Would be nice to see it in null safety

tuarrep commented 3 years ago

Yes, this should be great. Perhaps you can try to draft a PR?

fryette commented 3 years ago

Sure, will do in next or after week if no news from others or author

barbalex commented 3 years ago

You will need to use latlong2 instead of latlong, as flutter_map itself does: https://github.com/fleaflet/flutter_map/blob/master/pubspec.yaml#L14

barbalex commented 3 years ago

flutter_map v0.13.1 has been released with null safety. So it looks like all needed dependencies exist.

HugoHeneault commented 3 years ago

Merged and 2.0.0 got published in 8d2b9293d41edd579d9f4f1a183c4f3a40310b9a thanks to @sbu-WBT 👏