svga / SVGAPlayer-Flutter

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

Refactor SVGAImage and SVGAParser #30

Closed yrom closed 4 years ago

yrom commented 4 years ago
  1. The _SVGAImageState should read property from 'widget' when building
  2. Set SVGAAnimationController default 'duration' to 'Duration.zero'
  3. Add some assertion
  4. Add progress indicator for SVGAImage animtaion in example app