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

Bump flutter map 1.0.0 #26

Closed pablojimpas closed 2 years ago

pablojimpas commented 2 years ago

Pretty much the same as https://github.com/ibrierley/flutter_map_dragmarker/pull/14 but way simpler since no code changes for the new plugin API were needed and the other static analysis work was already done here.

I create it as a draft because I've used a temporary git dependency on my branch of flutter_map_dragmarker until that PR is merged and a new hosted version on pub.dev is released.

pablojimpas commented 2 years ago

I think you can specify flutter_map_dragmarker ^2.0.0 now it should be ok ? Feel free to bump this package ver to ^2.0.0 as well, and then I'll publish on pub.dev as well.

Done, feel free to release it now in pub.dev if everything looks good to you.