captcha_verification 0.0.1+1 captcha_verification: ^0.0.1+1 copied to clipboard
A Flutter package for verifying the captcha from user for better security
Introduction #
A Flutter package for simple captcha verification in your Flutter applications.
Features #
- Generates random captchas for user verification.
- Allows users to input captcha values.
- Validates user input against the generated captcha.
Installation #
To use this package, add captcha_verification
as a dependency in your pubspec.yaml
file.
dependencies:
captcha_verification: ^1.0.0