Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
endless7 committed Sep 19, 2022
1 parent 84190ba commit 8465e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ScrollKit provides additional features for list in Flutter Apps.

## Features

- [] JumpTo(int index).
- [] JumpTo(int index) with a high performance.
- [] ScrollTo(int index).
- [] Load list content from both leading and trailing direction.
- [] Reuse the Element and RenderObject of list item.
- [] Provide life-cycle callbacks of list item.
- [] Reuse the Element and the RenderObject of the list item.
- [] Provide life-cycle callbacks of list items.
- [] Load more list items without refreshing the whole list.
- [] Provides JumpTo, ScrollTo with compatibility of refresh components(SmartRefresher).

Expand Down

0 comments on commit 8465e10

Please sign in to comment.