ar_captcha 1.0.0
ar_captcha: ^1.0.0 copied to clipboard
Flutter plugin for integrating ARCaptcha, providing a secure and customizable captcha solution for mobile and web apps.
1.0.0 #
- Initial release of ar_captcha 🎉
- Added support for rendering ArCaptcha in multiple modes:
- Full screen page (
CaptchaType.screen) - Dialog (
CaptchaType.dialog) - Modal bottom sheet (
CaptchaType.modalBottomSheet)
- Full screen page (
- Provided
ArCaptchaControllerfor configuration and lifecycle handling. - Added success and error callbacks to handle captcha responses.
- Web and mobile platform support with unified API.