svgaplayer_flutter 2.1.2 svgaplayer_flutter: ^2.1.2 copied to clipboard
The SVGAPlayer implementation of Flutter using CustomPainter.
2.1.2 (2021-06-26)
- Fix KEEP path parser issue.
2.1.1 (2021-06-15)
- Fix path parse error.
2.1.0 (2021-06-11)
- Add Flutter Web support.
- Add dispose method to MovieEntity.
- Add IgnorePointer to CustomPaint.
- Fix path parse error.
2.0.0 (2021-05-29)
- Release 2.0.0.
2.0.0-nullsafety.0 (2021-03-31)
- Add null safety support.
- Upgrade all dependencies.
1.2.0 (2021-03-02)
- Remove native plugin.
- Improve decoding images speed.
1.1.0 (2020-03-19)
- 修复 bitmap 锯齿问题和 dynamicItem frame 问题
- fix: Keep type shape error parsed.
1.0.1 (2019-11-27)
- Fix an issue about setText.
1.0.0 (2019-11-19)
- Use protobuf
^1.0.0
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)