slider_captcha 0.1.9 copy "slider_captcha: ^0.1.9" to clipboard
slider_captcha: ^0.1.9 copied to clipboard

slide captcha the same as binance, allow drag and drop for validation

SLIDER CAPTCHA #

Authentication by image

Install #

  • In your pubspec.yaml root add:

Demo #

Showscase gif

Code Example #

   SliderCaptcha(
            controller: controller,
            image: Image.asset(
              'assets/image.jpeg',
              fit: BoxFit.fitWidth,
            ),
            colorBar: Colors.blue,
            colorCaptChar: Colors.blue,
            space: 10,
            fixHeightParent: false,
            onConfirm: (value) async {
              debugPrint(value.toString());
              return await Future.delayed(const Duration(seconds: 1)).then(
                (value) {
                  controller.create.call();
                },
              );
            },
          ),

Buy Me A Coffee

88
likes
0
pub points
90%
popularity

Publisher

verified publisherbrian98.com

slide captcha the same as binance, allow drag and drop for validation

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on slider_captcha