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,
          onConfirm: (value) {
            Future.delayed(const Duration(seconds: 1)).then(
              (value) {
                controller.create();
              },
            );
          },
        ),

Buy Me A Coffee