svgator_player_flutter 3.0.1
svgator_player_flutter: ^3.0.1 copied to clipboard
A Flutter plugin that enables using SVGator animations on Android and iOS.
3.0.1 #
- Formatted code with
dart format .
- Added dartdoc comments to document the code
3.0.0 #
- Dependency update
- Player API Support Extended with control for the following properties (through
set
method):- speed
- fps
- iterations
- direction
- alternate
- fill mode
- Player API new properties:
- player.direction
- player.fill
- player.fps
- player.isBackwards
- player.isInfinite
- player.isReversed
- player.speed
- Player API new methods:
- player.togglePlay()
- player.set(property, value)
2.0.0 #
- Sizing & scaling issues fixed
- Player API Support Implemented:
- Starting the animation programmatically
- Capturing animation events
- Demo added to Readme
1.0.4 #
- Improved gradient animators added
1.0.3 #
- Dependency updated
1.0.2 #
- Missing null-safety operator added
1.0.1 #
- Dependency update
1.0.0 #
- SVGator animation player for Flutter