svgaplayer_flutter 0.0.3 svgaplayer_flutter: ^0.0.3 copied to clipboard
The SVGAPlayer implementation of Flutter using CustomPainter.
0.0.3 (2019-07-01)
Chores
- upgrade to 0.0.3 (3c40d8bf)
- 0.0.2 released. (7a54b493)
Bug Fixes
0.0.1 (2019-04-01)
New Features
- 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)
Other Changes
- Update samples and doc. (a5d78c51)
Refactors
- use AnimationController base animation. (ac210165)