Flutter: How to animate marker icon in google_maps_flutter?

Viewed 2954

I want to show pulse animated marker in google_maps_flutter.

Is there any way to do like this(below) marker in Flutter?

                  




I am able to do like this(below):

                  



For easy to understand what I am able to achieve Please check my github repository I described step by step.



If there have any way to show animated marker in google_maps_flutter Please help me.

Thanks.

2 Answers
Related