mirror of
https://github.com/xvrh/lottie-flutter.git
synced 2025-08-06 16:39:36 +08:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
a2e40ecd08 | |||
5a725a064e | |||
8302c4b7e6 | |||
029cee4f0a |
2
.github/workflows/coverage.yaml
vendored
2
.github/workflows/coverage.yaml
vendored
@ -17,6 +17,6 @@ jobs:
|
|||||||
- run: flutter test --coverage
|
- run: flutter test --coverage
|
||||||
|
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v4.3.1
|
uses: codecov/codecov-action@v4.5.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
## 3.1.3
|
||||||
|
- Update `package:archive` dependency constraints
|
||||||
|
|
||||||
## 3.1.2
|
## 3.1.2
|
||||||
- Fixes for some animations generated by lottiefiles.com
|
- Fixes for some animations generated by lottiefiles.com
|
||||||
|
|
||||||
|
@ -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: 3.1.2
|
version: 3.1.3
|
||||||
repository: https://github.com/xvrh/lottie-flutter
|
repository: https://github.com/xvrh/lottie-flutter
|
||||||
|
|
||||||
funding:
|
funding:
|
||||||
@ -12,7 +12,7 @@ environment:
|
|||||||
flutter: '>=3.16.0'
|
flutter: '>=3.16.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
archive: ^3.0.0
|
archive: ^3.3.8
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
http: ^1.0.0
|
http: ^1.0.0
|
||||||
|
Reference in New Issue
Block a user