Skip to content

Releases: lucian1024/anchor_scroll_controller

v0.4.1

Choose a tag to compare

@lucian1024 lucian1024 released this 20 Jun 02:35
7c2e42e

#5: Add anchorOffset parameter

v0.4.0

Choose a tag to compare

@lucian1024 lucian1024 released this 08 Jun 03:06
  • Refactor project.
  • Bugfix: fix possible infinite loop problems.

v0.3.2

Choose a tag to compare

@lucian1024 lucian1024 released this 23 Mar 04:03
777624b
  • fix: onIndexChanged will not call after AnchorScrollViewWrapper is update.
  • fix issue #2: When the height of item is very large which leads to only one item is in the viewport, it will fall to infinite.
  • update README.md

v0.3.0

Choose a tag to compare

@lucian1024 lucian1024 released this 04 Mar 01:23

add userScroll parameter for onIndexChanged to indicate whether is scrolling by user #1

v0.2.0

Choose a tag to compare

@lucian1024 lucian1024 released this 04 Mar 01:20

Support the case with already existed ScrollController

v0.1.0

Choose a tag to compare

@lucian1024 lucian1024 released this 04 Mar 01:18

AnchorScrollController supports to scroll to index and listen to index changed while scrolling by user.