clear_package 1.0.0 clear_package: ^1.0.0 copied to clipboard
A Flutter package for generating clear and customizable CAPTCHA images to enhance security in applications.
Changelog #
[1.0.0] - 2024-10-25 #
Added #
- Initial release of the
clear_captcha
package. - Implemented a
ClearCaptcha
widget for generating and displaying CAPTCHA images. - Configurable parameters for CAPTCHA length, width, height, background color, and text color.
- Support for custom corner radius and refresh icon.
- Callback function for returning the generated CAPTCHA value.
Features #
- Generated CAPTCHA images with random alphanumeric strings.
- Option to refresh the CAPTCHA image via an icon button.
- Loading indicator while the CAPTCHA image is being generated.