smart_slider 0.0.3 copy "smart_slider: ^0.0.3" to clipboard
smart_slider: ^0.0.3 copied to clipboard

A fully customizable slide to confirm actions and provide feedback on the success. It supports different states like loading, success, and failure to enhance user interaction.

likes pub.dev popularity pub points

Example #

My GIF

How to use #

SmartSlider(
    controller: controller,
    onSlideComplete: () async {
      controller.loading();
      await Future.delayed(Duration(seconds: 2)).then(
        (value) {
          controller.success();
          _incrementCounter();
        },
      );
      await Future.delayed(Duration(seconds: 2)).then(
        (value) {
          controller.reset();
        },
      );
    },
);

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

10
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A fully customizable slide to confirm actions and provide feedback on the success. It supports different states like loading, success, and failure to enhance user interaction.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_slider