action_slider 0.1.0 copy "action_slider: ^0.1.0" to clipboard
action_slider: ^0.1.0 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 #

confirmation_slider confirmation_slider_rolling confirmation_slider_custom

Easy Usage #

Easy to use and highly customizable.

ConfirmationSlider.standard(
    width: 300.0,
    child: const Text('Slide to confirm'),
    successIcon: const Icon(Icons.check_rounded, color: Colors.white),
    onSlide: (loading, success, failure) async {
        loading(); //or controller.loading()
        await Future.delayed(const Duration(seconds: 3));
        success(); //or controller.success()
    },
),
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