Skip to content

Commit a9af65b

Browse files
committed
Add Curve Learning
1 parent 14c143d commit a9af65b

File tree

6 files changed

+107
-66
lines changed

6 files changed

+107
-66
lines changed

.idea/workspace.xml

Lines changed: 99 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Simplified Flutter stagger animation.To drive the Flutter stagger animation thro
99
1. Uses the existing Animation Widget of `Flutter Animation Set`
1010
2. Use `Flutter Animation Set` to create a new Animation Widget
1111
3. Contribute your Flutter Animation Set Widget
12+
4. Learning Curves of Flutter in example
1213

1314
## 🎖 Installing
1415

@@ -17,6 +18,13 @@ dependencies:
1718
flutter_animation_set: ^0.0.2
1819
```
1920
21+
## 🎖 ScreenShot
22+
23+
<img src="https://github.com/efoxTeam/flutter-animation-set/raw/master/image/readme/screenShot1.jpg" width="400px">
24+
<img src="https://github.com/efoxTeam/flutter-animation-set/raw/master/image/readme/screenShot2.jpg" width="400px">
25+
<img src="https://github.com/efoxTeam/flutter-animation-set/raw/master/image/readme/screenShot3.jpg" width="400px">
26+
<img src="https://github.com/efoxTeam/flutter-animation-set/raw/master/image/readme/screenShot4.jpg" width="400px">
27+
2028
## ⚡ Use Animation Set Widget
2129
2230
**1、import**

image/readme/screenShot1.jpg

57.8 KB
Loading

image/readme/screenShot2.png

56.8 KB
Loading

image/readme/screenShot3.png

55.3 KB
Loading

image/readme/screenShot4.png

56.7 KB
Loading

0 commit comments

Comments
 (0)