ibrierley / flutter_map_line_editor

A basic line/poly editor that works with flutter_map and dragmarkers.
MIT License
44 stars 25 forks source link

Support v5 versions of `flutter_map` and `flutter_map_dragmarker` #37

Closed pablojimpas closed 1 year ago

pablojimpas commented 1 year ago

These latest versions of our dependencies do not introduce breaking changes in this package, regardless, I've updated the major version of this package to v5 as well to be in sync. While I was here, I've also taken the time to improve the readme a bit and update the changelog, so it is ready to be released on pub.dev.

ibrierley commented 1 year ago

looks good to me, thanks!