timed_widget_slider 1.0.0 copy "timed_widget_slider: ^1.0.0" to clipboard
timed_widget_slider: ^1.0.0 copied to clipboard

Creates a slider for a list of widgets that can be temporized and customized in its animation curve.

A package that provides a temporized slider for your widgets, you can customized velocity of the sliding and animation curve.

Usage #

TimedWidgetSlider(
    scrollCurve: Curves.linear,
    onwardScrollDuration: const Duration(milliseconds: 2000),
    backwardScrollDuration: const Duration(milliseconds: 2000),
    scrollDurationOffset: const Duration(milliseconds: 500),
    widgets: /* Your widget list */ ,
),
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Creates a slider for a list of widgets that can be temporized and customized in its animation curve.

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on timed_widget_slider