Skip to content

Commit

Permalink
Doc improvenets.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Nov 17, 2023
1 parent 3273e2d commit 93090ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## [3.0.0] - 2022/11/16
## [3.0.1] - 2022/11/16

* Flutter 3.16.0 compatible.

Expand Down
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -2,11 +2,13 @@

# indexed_list_view

Similar to a ListView, but lets you **programmatically jump to any item**, by index.
The index jump happens **instantly**, no matter if you have millions of items.
It can also animate the scroll, instead of jumping.
Similar to a ListView, but:
* Lets you **programmatically jump to any item**, by index.
* The jump happens **instantly**, no matter if you have millions of items.
* It can also animate the scroll, instead of jumping.

Limitation: The list is always **_infinite_** both to positive and negative indexes.
## Limitations
The list is always **_infinite_** both to positive and negative indexes.
In other words, it can be scrolled indefinitely both to the top and to the bottom.

In special, this is useful for implementing **calendars**, where you want to be able to jump to
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: indexed_list_view
description: Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.
version: 3.0.0
version: 3.0.1
# author: Marcelo Glasberg <marcglasberg@gmail.com>
homepage: https://github.com/marcglasberg/indexed_list_view

Expand Down

0 comments on commit 93090ff

Please sign in to comment.