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

Updated flutter_map_dragmarker for flutter_map ^6.0.0-dev.3 support #39

Closed shrijanRegmi closed 8 months ago

shrijanRegmi commented 9 months ago

I wanted to try out flutter_map v6 in one of my projects, and I didn't want to wait, so I took the initiative to update the flutter_map_dragmarker myself. I already sent a PR to flutter_map_dragmarker. Please take a moment to update the dependency after flutter_map_dragmarker's update.

ibrierley commented 9 months ago

Thanks for both the PRs, it's really helpful. It may be a couple of days before I get chance to test. Would it be possible to update the version numbers as well to 6.0, I'll try and keep them in line with FM

ibrierley commented 9 months ago

Thanks for this. It will need to depend on the actual proper flutter_map release, and also increase the pubspec version to 6 and then can try again if you have time. Thanks!

shrijanRegmi commented 9 months ago

Hey @ibrierley

I just got chance today to update the package to support new release of flutter_map: ^6.0.0. It's really late here in my time today, I'll update this PR tomorrow.

ibrierley commented 9 months ago

Great, thanks!

shrijanRegmi commented 8 months ago

Closing this since a new pull request is sent #41