Is there a way to display animated SVG with flutter?

Viewed 24

I am trying to display an animated SVG on Flutter, this SVG itself contain animations, I don't want to animated from outside using an other library, if I try to apply SvgPicture.asset() to show it, it bring it without any animation.

1 Answers
Related