Skip to content

Releases: bytedance/scroll_kit

v0.1.0

19 Sep 10:26
Compare
Choose a tag to compare

Feature

[✓] JumpTo(int index).
[✓] 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.
[✓] Load more list items without refreshing the whole list.
[✓] Provides JumpTo, ScrollTo with compatibility of refresh components(SmartRefresher).