scroll_snap_widgets 0.0.2
scroll_snap_widgets: ^0.0.2 copied to clipboard
A Flutter package to implement snapping items view without PageView. It provides functionality for both the Horizontal and Vertical items. It also comes with a controller to implement next-previous an [...]
0.0.1 #
Initial release with a widget with snapping items implementation that can be used for both horizontal and vertically scrollable items. The scroll physics is designed to stop on items automatically. The initial version also includes a controller to implement next-previous and start-end scrolling functionality programmatically.