We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad5707 commit d7843baCopy full SHA for d7843ba
README.md
@@ -1,6 +1,6 @@
1
# ✨ Flutter Animation Set
2
3
-[](https://pub.dartlang.org/packages/flutter_spinkit)
+[](https://pub.dev/packages/flutter_animation_set)
4
5
简化Flutter交错动画。用动画配置的形式,通过时间线去驱动Flutter的交错动画。你可以
6
@@ -11,7 +11,8 @@
11
## 🎖 Installing
12
13
```yaml
14
-coming soon
+dependencies:
15
+ flutter_animation_set: ^0.0.1
16
```
17
18
## ⚡ Use Animation Set Widget
0 commit comments