svga / SVGAPlayer-Flutter

The SVGAPlayer implementation of Flutter using CustomPainter.
Other
245 stars 102 forks source link

有些方法flutter 不可以实现嘛? #74

Closed zboboan closed 1 year ago

zboboan commented 2 years ago

播放完成后停在首帧 播放完成后停在尾帧 循环次数(无限循环) 开始播放的帧数 结束播放的帧数 文字的编辑 暂停播放动画 继续播放动画 停止播放动画 这些方法flutter 可以实现嘛?

orzzp commented 2 years ago

播放完成后停在尾帧 这个我也需要...🙁

PonyCui commented 2 years ago

自行通过监听 AnimationController 设置就可以了