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
|
||||
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v4.3.1
|
||||
uses: codecov/codecov-action@v4.5.0
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
@ -1,3 +1,6 @@
|
||||
## 3.1.3
|
||||
- Update `package:archive` dependency constraints
|
||||
|
||||
## 3.1.2
|
||||
- Fixes for some animations generated by lottiefiles.com
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: lottie
|
||||
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
|
||||
|
||||
funding:
|
||||
@ -12,7 +12,7 @@ environment:
|
||||
flutter: '>=3.16.0'
|
||||
|
||||
dependencies:
|
||||
archive: ^3.0.0
|
||||
archive: ^3.3.8
|
||||
flutter:
|
||||
sdk: flutter
|
||||
http: ^1.0.0
|
||||
|
Reference in New Issue
Block a user