anchor_scroll_controller
This package implement a ScrollController which supports anchor. That is, AnchorScrollController supports to scroll to index and listen to index changed while scrolling by user.
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 7 months
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
10 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jan 2022 to Sep 2023Releases
latest 10-
0.4.414 Sep 2023 -
0.4.321 Feb 2023 -
0.4.206 Jan 2023 -
0.4.120 Jun 2022 -
0.4.008 Jun 2022 -
0.3.223 Mar 2022Release notes
Open source →- 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
Release notes
Open source →- 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 loop.
- Bugfix:
onIndexChangedwill not call after AnchorScrollViewWrapper is update.
-
0.3.123 Feb 2022 -
0.3.019 Feb 2022Release notes
Open source →add userScroll parameter for onIndexChanged to indicate whether is scrolling by user #1
Release notes
Open source →onIndexChangedgets called regardless of how the index is changed and add auserScrollparameter foronIndexChangedto indicate whether is scrolling by user.
-
0.2.026 Jan 2022Release notes
Open source →- Support the case with already existed ScrollController.
- Fix errors of the critical cases.
-
0.1.025 Jan 2022Release notes
Open source →AnchorScrollController supports to scroll to index and listen to index changed while scrolling by user.