- Update path-drawing version.
- Fix KEEP path parser issue.
- Fix path parse error.
- Add Flutter Web support.
- Add dispose method to MovieEntity.
- Add IgnorePointer to CustomPaint.
- Fix path parse error.
- Release 2.0.0.
- Add null safety support.
- Upgrade all dependencies.
- Remove native plugin.
- Improve decoding images speed.
- 修复 bitmap 锯齿问题和 dynamicItem frame 问题
- fix: Keep type shape error parsed.
- Fix an issue about setText.
- Use protobuf
^1.0.0
- Lock protobuf version < 0.13.16, because 0.13.16 leads build fail.
- Add file option to SVGASimpleImage.
- Should not draw as groups for bitmap or shape, should draw as a sprite one by one.
- upgrade to 0.0.3 (3c40d8bf)
- 0.0.2 released. (7a54b493)
- #2 (3e8db072)
- Add zh readme. (ed4ceaf8)
- Add assets to SVGASimpleImage. (34ffe14d)
- Add decodeFromAssets method to parser. (e2746e62)
- Add dynamicText dynamicHidden and dynamicDrawer. (0a0f7201)
- Add SVGASimpleImage. (f6add286)
- Add static url method to create Widget. (516d356b)
- Add callbacks. (4fce439d)
- Add path cache. fix: Miss shape transform. (f8104fb7)
- Add shape render. (0c75cc32)
- Add Parser, Player and Bitmap render. (99a1be72)
- Update samples and doc. (a5d78c51)
- use AnimationController base animation. (ac210165)