snap_scroll_physics 0.0.1 copy "snap_scroll_physics: ^0.0.1" to clipboard
snap_scroll_physics: ^0.0.1 copied to clipboard

outdated

A new Flutter package project.

snap_scroll_physics #

  1. Snap your scroll view to a given extent.

In Progress

  1. 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
72
likes
0
pub points
87%
popularity

Publisher

unverified uploader

A new Flutter package project.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on snap_scroll_physics