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

Migrate to null safety #27

Closed sbu-WBT closed 3 years ago

sbu-WBT commented 3 years ago

fixes #26

barbalex commented 3 years ago

There is a null safe version of flutter_map published now (0.13.0) but there is a major bug that causes the map to crash as soon as you move/rotate: https://github.com/fleaflet/flutter_map/pull/923

barbalex commented 3 years ago

flutter_map has released v0.13.1 that solves the remaining issue.

tuarrep commented 3 years ago

Thank you, @sbu-WBT and @barbalex 🙏 I'll have a look this night and test it tomorrow

tuarrep commented 3 years ago

Code LGTM,

@HugoHeneault could you have a look?

HugoHeneault commented 3 years ago

Thanks guys! Looking on it this afternoon & publishing if all's fine

HugoHeneault commented 3 years ago

Awesome! Thanks a lot @sbu-WBT 👏