slider_captcha 0.1.0 copy "slider_captcha: ^0.1.0" to clipboard
slider_captcha: ^0.1.0 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(
         image: Image.asset(
            'assets/image.jpeg',
             fit: BoxFit.fitWidth,
         ),
         onSuccess: () => showMyDialog(context),
   ),

Demo #

Showscase gif

   SliderCaptchaExtension(
         image: Image.asset(
            'assets/image.jpeg',
             fit: BoxFit.fitWidth,
         ),
         onSuccess: () => showMyDialog(context),
   ),

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