mirror of
https://github.com/xvrh/lottie-flutter.git
synced 2025-08-06 16:39:36 +08:00
Compare commits
1 Commits
v0.8.0-nul
...
v1.0.0
Author | SHA1 | Date | |
---|---|---|---|
9584834956 |
@ -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.
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user