Releases: bytedance/scroll_kit
Releases · bytedance/scroll_kit
v0.1.0
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).