7

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.

Md Mahmudul Islam
  • 2,514
  • 4
  • 18
  • 33

3 Answers3

1

You can achieve it by adding circle on the same location as of markers and using animation controller to increase or decrease the radius of circle. I am able to achieve animation but it started lagging (different issues). You can refer to my question Ripple animation from circles on google map flutter lags the app to get the animations done.

Muddassar
  • 349
  • 2
  • 13
0

I was struggling with that as well. Try this plugin https://pub.dev/packages/flutter_animarker If you need some help implementing it, please let me know.

Gauris Javier
  • 387
  • 4
  • 11
0

You may use Avatar Glow Package or if you may want to do it manually check the accepted answer on the below link Ripple animation flutter

Nelson Bwogora
  • 2,225
  • 1
  • 18
  • 21