scroll_kit 0.1.0 scroll_kit: ^0.1.0 copied to clipboard
ScrollKit provides additional features for list in Flutter Apps.
0.1.0 #
- [✓] JumpTo(int index)
- [✓] ScrollTo(int index)
- [✓] Load list content from both leading and trailing direction.
- [✓] Reuse Element and RenderObject of list item.
- [✓] Provide life-cycle callbacks of list item.
- [✓] Load more list items without refreshing the whole list.
- [✓] Provides compatibility with refresh components(SmartRefresher).