Skip to content

Releases: xvrh/lottie-flutter

v0.3.1

12 Mar 22:17
af9b693
Compare
Choose a tag to compare
  • Support dashed path

v0.3.0+1

05 Mar 20:11
Compare
Choose a tag to compare
  • Specify version range on the dependency on characters

v0.3.0

05 Mar 16:44
d525de8
Compare
Choose a tag to compare
  • 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

21 Feb 12:46
42833c6
Compare
Choose a tag to compare
  • 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

11 Feb 11:44
98c2efe
Compare
Choose a tag to compare
  • Fix a big bug in the path transformation code. A lot more animations look correct now.

v0.2.0+1

08 Feb 15:10
Compare
Choose a tag to compare
  • Improve the readme file
  • Add some golden tests