How to add Animation for Google Maps Marker In Flutter?

Viewed 4122

Is there any way to animate marker on google maps in flutter like the native android ????

I'm using google_maps_flutter. It gives us a set of markers to set. But when am changing the coordinates of a marker it is simply being disappeared and appeared in the new place.

1 Answers
Related