Releases: xvrh/lottie-flutter
Releases · xvrh/lottie-flutter
v0.3.0+1
- Specify version range on the dependency on characters
v0.3.0
- Add
LottieDelegates
a group of options to customize the lottie animation at runtime.
ie: Dynamically modify color, position, size, text... of every elements of the animation.
- Correctly display Linear and Radial Gradients
- Integrate latest changes from Lottie-android
v0.2.2
- Add a [repeat] parameter to specify if the automatic animation should loop.
- Add the [animate], [reverse], [repeat] properties on
LottieBuilder
- Fix bug with
onLoaded
callback when the LottieProvider
is changed
v0.2.1
- Fix a big bug in the path transformation code. A lot more animations look correct now.
v0.2.0+1
- Improve the readme file
- Add some golden tests