Skip to content

Commit eec1398

Browse files
committed
Add Curve Learning
1 parent a41f047 commit eec1398

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55

66
## 0.0.2
77

8-
* update pub read me
8+
* update pub read me
9+
10+
## 0.0.3
11+
12+
* add curves learning

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Simplified Flutter stagger animation.To drive the Flutter stagger animation thro
1515

1616
```yaml
1717
dependencies:
18-
flutter_animation_set: ^0.0.2
18+
flutter_animation_set: ^0.0.3
1919
```
2020
2121
## ⚡ Use Animation Set Widget

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
```yaml
1515
dependencies:
16-
flutter_animation_set: ^0.0.2
16+
flutter_animation_set: ^0.0.3
1717
```
1818
1919
## ⚡ Use Animation Set Widget

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_animation_set
22
description: Easy to build an animation set
3-
version: 0.0.2
3+
version: 0.0.3
44
author: AndroidHensen <[email protected]>
55
homepage: https://github.com/efoxTeam/flutter-animation-set
66

0 commit comments

Comments
 (0)