File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1
2+
3+ * Fixed screenshots paths for pub.dev
4+
15## 1.0.0
26
37* Initial release.
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Auto animated list
44
55## Screenshots
66<p float =" left " >
7- <img src='. /example/media/horizontal.gif' width="30%">
8- <img src='. /example/media/vertical.gif' width="30%" hspace="4%">
9- <img src='. /example/media/combined.gif' width="30%">
7+ <img src='https://github.com/rbcprolabs/flutter_plugins/raw/master/packages/auto_animated /example/media/horizontal.gif' width="30%">
8+ <img src='https://github.com/rbcprolabs/flutter_plugins/raw/master/packages/auto_animated /example/media/vertical.gif' width="30%" hspace="4%">
9+ <img src='https://github.com/rbcprolabs/flutter_plugins/raw/master/packages/auto_animated /example/media/combined.gif' width="30%">
1010</p >
1111
1212## Getting Started
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
1414 path: ".."
1515 relative: true
1616 source: path
17- version: "1.0.0 "
17+ version: "1.0.1 "
1818 boolean_selector:
1919 dependency: transitive
2020 description:
Original file line number Diff line number Diff line change 11name : auto_animated
22description : Auto animated widgets for flutter
3- version : 1.0.0
3+ version : 1.0.1
44author : Serge Shkurko <sergeshkurko@outlook.com>
55homepage : https://github.com/rbcprolabs/flutter_plugins/tree/master/packages/auto_animated
66
You can’t perform that action at this time.
0 commit comments