scroll_snap_widgets 0.0.7
scroll_snap_widgets: ^0.0.7 copied to clipboard
A Flutter package to implement snapping items view without PageView. Scrolling stops automatically on an item providing a unique scrolling experience through items.
0.0.7 #
Documentation was improved, and comments were added to the code.
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.