Compare commits

..

1 Commits

Author SHA1 Message Date
9584834956 Prepare version 1.0.0 (#136) 2021-02-24 20:14:13 +01:00
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
## [0.8.0] ## [1.0.0]
- Migrate to null safety - Migrate to null safety
- Fix some rendering bugs - Fix some rendering bugs
- Add an image delegate to dynamically change images
- Allow to use an imageProviderFactory with a zip file
## [0.7.1] ## [0.7.1]
- Fix a crash for some lottie file with empty paths. - Fix a crash for some lottie file with empty paths.

View File

@ -136,7 +136,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.8.0-nullsafety.4" version: "1.0.0"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:

View File

@ -281,7 +281,7 @@ packages:
dependency: "direct dev" dependency: "direct dev"
description: description:
path: "." path: "."
ref: HEAD ref: c9fa227
resolved-ref: c9fa2276b6b352331105e5b000d60f996d8ec452 resolved-ref: c9fa2276b6b352331105e5b000d60f996d8ec452
url: "https://github.com/dart-lang/mockito.git" url: "https://github.com/dart-lang/mockito.git"
source: git source: git

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.8.0-nullsafety.4 version: 1.0.0
homepage: https://github.com/xvrh/lottie-flutter homepage: https://github.com/xvrh/lottie-flutter
environment: environment: