fluttergoogle-mapsgoogle-maps-markersflutter-animationfluttermap

Flutter- How to move marker along polyline using google map


I am trying to move the marker according to the polyline with animation. I found this in java but I wasn't able to convert it to dart (moving marker along polyline)

map marker


Solution

  • after searching, this package solved my problem line_animator I used it with the flutter_map package and its works fine