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

Libraries

smart_slider