Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
🔖 Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyjin committed Mar 17, 2024
1 parent 137080a commit a22abf3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .pubignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.dart_tool/
thorvg/
.gitmodules
ffigen.yaml
ffigen.yaml
example/assets
example/android
example/ios
doc/*.png
*.iml
_*
.*
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.2

* [Widget] Introduced props: `repeat`, `reverse`, `animate` and `onLoaded`.
* [Binding] Enhanced widget disposal by freeing the associated module.
* [Renderer] Upgraded binary to v0.12.8.
* [Usability] Renamed import statement. [#1](https://github.com/tinyjin/lottie-thorvg/issues/1)

## 0.0.1

* Initial beta release.
2 changes: 1 addition & 1 deletion ios/lottie_thorvg.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'lottie_thorvg'
s.version = '0.0.1'
s.version = '0.0.2'
s.summary = 'Lottie for Flutter powered by ThorVG'
s.description = <<-DESC
This Lottie for Flutter uses ThorVG as a renderer, provides a high performance and compact size.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lottie_thorvg
description: This Lottie for Flutter uses ThorVG as a renderer, provides a high performance and compact size.
version: 0.0.1
version: 0.0.2
repository: https://github.com/tinyjin/lottie-thorvg

environment:
Expand Down

0 comments on commit a22abf3

Please sign in to comment.