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
ScrollView
s rebuild at the group's offset instead of their last known offset.
0.1.2 #
- Add
LinkedScrollControllerGroup.animateTo
andLinkedScrollControllerGroup.jumpTo
methods that control the scroll position of the group.
0.1.1 #
- Add
LinkedScrollControllerGroup.addOffsetChangedListener
method that calls the provided callback when the scroll offset of the group changes.
0.1.0 #
- Add getter
offset
that returns the current scroll offset for the group.