flutter_map_dragmarker icon indicating copy to clipboard operation
flutter_map_dragmarker copied to clipboard

A drag marker for flutter_map

Results 17 flutter_map_dragmarker issues
Sort by recently updated
recently updated
newest added

I use two layers, `MarkerLayer` of `flutter_map` and `DragMarkers` of `flutter_map_dragmarker`, as shown in the code below. ``` FlutterMap( ... children: [ ... MarkerLayer(markers: markers), DragMarkers(markers: dragMarkers,), ... ], ......

I'm facing the same issue #25. None of those solution work for me.. absorbPanEventsOnScrollables no longer available. Any update on this issue?

Previously I implemented my draggable marker on my own. So I was able to react on the tap to open a popup using the PopupMarker plugin. Since their update from...

Readme example is out of sync with main function. Took me a while to realize that the Readme is outdated. Great job otherwise, works for me in the first attempts...

Add rotateAlignment attribute alike original Marker to rotate DragMarker more accurately (+ auto reformat code).

Not compatible with flutter_map v7.0.0

I understand this repo is for Markers so may be off topic here but I'm looking for a way to drag Circle Layer objects. I can use Drag Marker to...