svgaplayer_flutter
The SVGAPlayer implementation of Flutter using CustomPainter.
2.2.0
2.7K downloads/mo
#4813 most downloaded on pub.dev
yyued/SVGAPlayer-Flutter
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 1.4 years
Nearly every release is documented
notes for 14 of 15 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
16 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Apr 2019 to Nov 2022
2020
2021
2022
2023
2024
2025
2026
Releases
latest 16-
2.2.024 Nov 2022 -
2.1.225 Jun 2021 -
2.1.115 Jun 2021 -
2.1.011 Jun 2021Release notes
Open source →- Add Flutter Web support.
- Add dispose method to MovieEntity.
- Add IgnorePointer to CustomPaint.
- Fix path parse error.
-
2.0.029 May 2021 -
2.0.0-nullsafety.031 Mar 2021 pre-release -
1.2.002 Mar 2021 -
1.1.019 Mar 2020 -
1.0.127 Nov 2019 -
1.0.019 Nov 2019 -
0.1.112 Sep 2019Release notes
Open source →Chores
- Lock protobuf version < 0.13.16, because 0.13.16 leads build fail.
-
0.1.026 Jul 2019 -
0.0.413 Jul 2019Release notes
Open source →Bug Fixes
- Should not draw as groups for bitmap or shape, should draw as a sprite one by one.
-
0.0.302 Jul 2019Release notes
Open source →Chores
- upgrade to 0.0.3 (3c40d8bf)
- 0.0.2 released. (7a54b493)
Bug Fixes
- https://github.com/yyued/SVGAPlayer-Flutter/issues/2 (3e8db072)
-
0.0.215 May 2019Nothing published for this version
-
0.0.101 Apr 2019Release notes
Open source →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)