svgaplayer_flutter 0.1.1 svgaplayer_flutter: ^0.1.1 copied to clipboard
The SVGAPlayer implementation of Flutter using CustomPainter.
0.1.1 (2019-09-12)
Chores
- Lock protobuf version < 0.13.16, because 0.13.16 leads build fail.
0.1.0 (2019-07-26)
Feat
- Add file option to SVGASimpleImage.
0.0.4 (2019-07-01)
Bug Fixes
- Should not draw as groups for bitmap or shape, should draw as a sprite one by one.
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)