flutter_map_dragmarker
flutter_map_dragmarker copied to clipboard
A drag marker for flutter_map
untested! fleaflet/flutter_map#1333
**pub get** Running "flutter pub get" in ..... Because flutter_map_dragmarker 2.0.0 depends on flutter_map ^1.0.0 and no versions of flutter_map_dragmarker match >2.0.0
Due to the use of latlong2: ^0.8.0. this plugin is incompatible with flutter_map_tappable_polyline: any. Because every version of flutter_map_dragmarker from git depends on latlong2 0.8.0 and flutter_map_tappable_polyline >=3.1.0 depends on...
null safety
Once I know how to include this plugin into my project (https://github.com/ibrierley/flutter_map_dragmarker/issues/3) I will need it to be sound null safe. As the project is not very big I could...
Hi, I was trying to implement it on my app, but apparently i can't because Anchor and custompoint are missing. Is it because i am on stable ? Is there...
Hello. Is it possible to create a button to center the marker in view of the map? I manage to send it the coordinates for the center when loading my...
Would resolve #21. I realized that this option would be super easy to implement without losing any of the flexibility offered by allowing users to pass through a Key. Let...
As far as I can tell, you can't update the position of a marker that already exists. Is this correct? If so, I'll try to implement it in a good...
**Bug** Whenever a rebuild is triggered while dragging a DragMarker it returns to its initial position. The example below shows two such dragMarkers. Although the position of Marker1 (black) should...