animated_vector 0.2.2 animated_vector: ^0.2.2 copied to clipboard
A package that adds support for vector data based animations.
0.2.2 #
- Fix support for stable branch of flutter
0.2.1 #
- Dispose the internal
AnimationController
forAnimatedSequence
widgets
0.2.0 #
- Added more docs to classes and methods
- Allowed web platform to be recognized by removing direct dependencies to dart:isolate (
AnimatedVectorData.renderAnimation
) and dart:io (AnimatedVectorData.loadFromFile
) AnimatedVectorData.loadFromFile
will throwUnsupportedError
on platforms that don't support dart:io (one such platform is web)- Make
AnimatedVectors
abstract final and privatize constructor
0.1.0 #
Initial package release