smart_slider 0.0.5 copy "smart_slider: ^0.0.5" to clipboard
smart_slider: ^0.0.5 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

image

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

8
likes
160
points
184
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_slider