Skip to content

Commit

Permalink
[auto_animated] Fixed screenshots patchs for pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeShkurko committed Oct 31, 2019
1 parent 64989c6 commit 5773578
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/auto_animated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Fixed screenshots paths for pub.dev

## 1.0.0

* Initial release.
6 changes: 3 additions & 3 deletions packages/auto_animated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Auto animated list

## Screenshots
<p float="left">
<img src='./example/media/horizontal.gif' width="30%">
<img src='./example/media/vertical.gif' width="30%" hspace="4%">
<img src='./example/media/combined.gif' width="30%">
<img src='https://github.com/rbcprolabs/flutter_plugins/raw/master/packages/auto_animated/example/media/horizontal.gif' width="30%">
<img src='https://github.com/rbcprolabs/flutter_plugins/raw/master/packages/auto_animated/example/media/vertical.gif' width="30%" hspace="4%">
<img src='https://github.com/rbcprolabs/flutter_plugins/raw/master/packages/auto_animated/example/media/combined.gif' width="30%">
</p>

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_animated/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_animated/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auto_animated
description: Auto animated widgets for flutter
version: 1.0.0
version: 1.0.1
author: Serge Shkurko <[email protected]>
homepage: https://github.com/rbcprolabs/flutter_plugins/tree/master/packages/auto_animated

Expand Down

0 comments on commit 5773578

Please sign in to comment.