Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhhung1999 committed Oct 11, 2021
1 parent cbe6cb8 commit 4f3ffa9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -20,4 +20,8 @@

# 1.0.2

- update
- update

# 1.0.2+1

- update: demo
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,11 +6,11 @@ A new Flutter package support scroll to index for Listview, Gridview and NestedS
Author: DinhVanHung
### Demo


<table>
<tr>
<td><img src="https://github.com/dinhhung1999/easy_scroll_to_index/blob/main/demo/demo.gif" alt="Scroll to index vertical" width="300" height="540"></td>
<td><img src="https://github.com/dinhhung1999/easy_scroll_to_index/blob/main/demo/demo-horizontal.gif" alt="Scroll to index horizontal" width="300"height="540"></td>

<td><img src="https://raw.githubusercontent.com/dinhhung1999/easy_scroll_to_index/main/demo/demo.gif" alt="Scroll to index vertical" width="300" height="540"></td>
<td><img src="https://raw.githubusercontent.com/dinhhung1999/easy_scroll_to_index/main/demo/demo-horizontal.gif" alt="Scroll to index horizontal" width="300"height="540"></td>
</tr>
</table>
Example:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dinhhung1999/easy_scroll_to_index
issue_tracker: https://github.com/dinhhung1999/easy_scroll_to_index/issues
documentation: https://github.com/dinhhung1999/easy_scroll_to_index

version: 1.0.2
version: 1.0.2+1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 4f3ffa9

Please sign in to comment.