snap_scroll_physics 0.0.1 snap_scroll_physics: ^0.0.1 copied to clipboard
A new Flutter package project.
snap_scroll_physics #
- Snap your scroll view to a given extent.
In Progress
- Set zones where the scroll offset should avoid.
physics: SnapScrollPhysics.preventStopBetween(0, 200),
physics: SnapScrollPhysics.preventStopInAreas(
areas: [
PreventSnapArea(0, 100),
PreventSnapArea(100, 200),
]
),
physics: SnapScrollPhysics.cupertinoAppBar, // Default values for the Cupertino appbar