action_slider 0.1.2 copy "action_slider: ^0.1.2" to clipboard
action_slider: ^0.1.2 copied to clipboard

outdated

A slider to confirm actions and provide feedback on the success of these after subsequent loading.

pub.dev github likes popularity pub points license

buy me a coffee

If you like this package, please leave a like there on pub.dev and star on GitHub. #

A slider to confirm actions and provide feedback on the success of these after subsequent loading.

Examples #

action_slider action_slider_rolling action_slider_custom

Easy Usage #

Easy to use and highly customizable.

ActionSlider.standard(
    child: const Text('Slide to confirm'),
    onSlide: (controller) async {
        controller.loading(); //starts loading animation
        await Future.delayed(const Duration(seconds: 3));
        controller.success(); //starts success animation
    },
)
246
likes
0
pub points
96%
popularity

Publisher

verified publishersplashbyte.dev

A slider to confirm actions and provide feedback on the success of these after subsequent loading.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on action_slider