Compare commits

...

3 Commits

Author SHA1 Message Date
511094262f Update example to latest version 2020-03-05 21:11:05 +01:00
62a60208b2 Bump version 2020-03-05 21:10:37 +01:00
c0c3ecbf5e Specify version range on the dependency on characters (#26) 2020-03-05 20:56:17 +01:00
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
## [0.3.0] - 2020-03-02 ## [0.3.0+1] - 2020-03-05
- Specify a version range for the dependency on `characters`.
## [0.3.0] - 2020-03-05
- Add `LottieDelegates` a group of options to customize the lottie animation at runtime. - 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. ie: Dynamically modify color, position, size, text... of every elements of the animation.
- Correctly display Linear and Radial Gradients - Correctly display Linear and Radial Gradients

View File

@ -108,7 +108,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.3.0" version: "0.3.0+1"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,6 +1,6 @@
name: lottie name: lottie
description: Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player. description: Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
version: 0.3.0 version: 0.3.0+1
homepage: https://github.com/xvrh/lottie-flutter homepage: https://github.com/xvrh/lottie-flutter
environment: environment:
@ -10,7 +10,7 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
archive: ^2.0.0 archive: ^2.0.0
characters: characters: ^0.5.0
charcode: ^1.0.0 charcode: ^1.0.0
logging: ^0.11.0 logging: ^0.11.0
meta: ^1.1.8 meta: ^1.1.8