flutter_recaptcha 0.0.2
flutter_recaptcha: ^0.0.2 copied to clipboard
A lightweight Flutter widget that generates and validates distorted CAPTCHA images with background noise, to secure forms and authentication flows without any external service.
0.0.2 #
Initial release.
- Added
CaptchaWidget, a self-contained widget that renders a distorted, noisy CAPTCHA image and a text field for validation. - Added
CaptchaPainter, aCustomPainterused to draw the CAPTCHA text with random angles over a noisy background. - Added an auto-regenerate refresh button and a manual "refresh" callback via
onVerified.