Skip to content

Commit 5773578

Browse files
committed
[auto_animated] Fixed screenshots patchs for pub.dev
1 parent 64989c6 commit 5773578

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Fixed screenshots paths for pub.dev
4+
15
## 1.0.0
26

37
* Initial release.

packages/auto_animated/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

packages/auto_animated/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

packages/auto_animated/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_animated
22
description: Auto animated widgets for flutter
3-
version: 1.0.0
3+
version: 1.0.1
44
author: Serge Shkurko <sergeshkurko@outlook.com>
55
homepage: https://github.com/rbcprolabs/flutter_plugins/tree/master/packages/auto_animated
66

0 commit comments

Comments
 (0)