landxcape / animated_marker

The AnimatedMarker widget is a Dart class that animates the movement of markers on a Google map.
MIT License
2 stars 1 forks source link

Fix: markers flickering #9

Closed landxcape closed 2 weeks ago

landxcape commented 2 weeks ago

Markers flickering when new updates were given in the middle of initial animation. Fix by adding the initial position of the marker in the transition markers list.