lottie-flutter

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

MIT License

Stars
1.1K
Committers
15

Bot releases are hidden (Show)

lottie-flutter - v0.3.6

Published by xvrh over 4 years ago

  • Export the Marker class
lottie-flutter - v0.3.5

Published by xvrh over 4 years ago

Fix a bug with a wrongly clipped rectangle.

lottie-flutter - v0.3.4

Published by xvrh over 4 years ago

  • Fix a bug with dashed path
lottie-flutter - v0.3.3

Published by xvrh over 4 years ago

  • Fix a bug with rounded rectangle shape
lottie-flutter - v0.3.2

Published by xvrh over 4 years ago

  • Fix a bug with "repeater" content
lottie-flutter - v0.3.1

Published by xvrh over 4 years ago

  • Support dashed path
lottie-flutter - v0.3.0+1

Published by xvrh over 4 years ago

  • Specify version range on the dependency on characters
lottie-flutter - v0.3.0

Published by xvrh over 4 years ago

  • 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
lottie-flutter - v0.2.2

Published by xvrh over 4 years ago

  • 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
lottie-flutter - v0.2.1

Published by xvrh over 4 years ago

  • Fix a big bug in the path transformation code. A lot more animations look correct now.
lottie-flutter - v0.2.0+1

Published by xvrh over 4 years ago

  • Improve the readme file
  • Add some golden tests