linked_scroll_controller 0.2.0
linked_scroll_controller: ^0.2.0 copied to clipboard
A scroll controller that allows two or more scroll views to be in sync.
0.2.0 #
- Stable release for null safety.
0.2.0-nullsafety.0 #
-
Update to null safety.
-
Make
ScrollViews rebuild at the group's offset instead of their last known offset.
0.1.2 #
- Add
LinkedScrollControllerGroup.animateToandLinkedScrollControllerGroup.jumpTomethods that control the scroll position of the group.
0.1.1 #
- Add
LinkedScrollControllerGroup.addOffsetChangedListenermethod that calls the provided callback when the scroll offset of the group changes.
0.1.0 #
- Add getter
offsetthat returns the current scroll offset for the group.