简体   繁体   English

有没有办法用 flutter 显示动画 SVG ?

[英]Is there a way to display animated SVG with flutter?

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.我正在尝试在 Flutter 上显示一个动画 SVG,这个 SVG 本身包含动画,我不想让它从外部动画,使用其他库,如果没有的话,我尝试应用 SvgPicture。 animation。

Flutter currently doesn't provide any SVG support directly. Flutter 目前不直接提供任何 SVG 支持。

You can use https://pub.dartlang.org/packages/flutter_svg for basic SVG support您可以使用https://pub.dartlang.org/packages/flutter_svg获得基本的 SVG 支持

and Lottie or Fluttie for animated vector graphics.LottieFluttie用于动画矢量图形。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM