fleaflet / flutter_map

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
https://pub.dev/packages/flutter_map
BSD 3-Clause "New" or "Revised" License
2.74k stars 861 forks source link

Dragging polygon/polyline #1873

Closed glin94 closed 4 months ago

glin94 commented 5 months ago

What do you want implemented?

Add a dragging feature to polygons and polylines

What other alternatives are available?

No response

Can you provide any other information?

No response

Severity

Obtrusive: No workarounds are available, and this is essential to me

JaffaKetchup commented 4 months ago

Hi @glin94, This is out of scope for flutter_map. However, there is a plugin available: https://github.com/ibrierley/flutter_map_line_editor! Alternatively, you can try creating your own.