lottie 0.3.1
lottie: ^0.3.1 copied to clipboard
Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
0.3.1 - 2020-03-05 #
- Support dashed path
0.3.0+1 - 2020-03-05 #
- Specify a version range for the dependency on
characters.
0.3.0 - 2020-03-05 #
- Add
LottieDelegatesa 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
0.2.2 - 2020-02-21 #
- Add a [repeat] parameter to specify if the automatic animation should loop.
- Add the [animate], [reverse], [repeat] properties on
LottieBuilder - Fix bug with
onLoadedcallback when theLottieProvideris changed
0.2.1 - 2020-02-11 #
- Fix a big bug in the path transformation code. A lot more animations look correct now.
0.2.0+1 - 2020-02-04 #
- Improve readme
- (internal) Add golden tests
0.2.0 - 2020-02-02 #
- Support loading the animation and its images from a zip file
- Breaking:
LottieComposition.fromBytesandfromByteDataare now asynchronous.
0.1.4 - 2020-02-02 #
- Support images in animation
- Basic support for text in animation (work in progress)
0.1.3 - 2020-02-01 #
- Support Polystar shape
- Reorganize examples.
0.1.2 - 2020-01-31 #
- Implement
Lottie.network,Lottie.fileandLottie.memory
0.1.1 - 2020-01-31 #
- Fix analysis lints
0.1.0 - 2020-01-31 #
- Initial conversion of lottie-android to Dart/Flutter