How to keep map marker icons move when zooming in/out of map – Flutter
I am using flutter_map in my app to show a map with Markers on it. The issue I'm having is that when I zoom in/out, the Markers move, as opposed to staying rooted to their location. I have a CircleMarker…