ar_captcha 1.0.8 copy "ar_captcha: ^1.0.8" to clipboard
ar_captcha: ^1.0.8 copied to clipboard

Flutter plugin for integrating ARCaptcha, providing a secure and customizable captcha solution for Android, IOS, 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)
  • Provided ArCaptchaController for configuration and lifecycle handling.
  • Added success and error callbacks to handle captcha responses.
  • Web and mobile platform support with unified API.

1.0.1 #

  • Fix reported bug

1.0.2 #

  • Add supported platform
  • Added support for dark theme

1.0.3 #

  • Fixed Navigator pop issues in web dialogs to prevent _debugLocked errors.
  • Added conditional execution of the captcha script based on DataSize (normal vs invisible).
  • Improved color handling with extended list of supported Material colors in colorToString().
  • Updated documentation for ArCaptchaController properties and HTML data-* attributes.
  • Minor bug fixes and performance improvements for WebView and InAppWebView integration.
  • Fix reported bug

1.0.4 #

  • Change color convertor to get all color data

1.0.5 #

  • Remove background color in invisible mode
  • Fix some reported bug

1.0.6 #

  • Change loader color in dark mode
  • Fix some reported bug

1.0.7 #

  • Fix loader color in dark mode

1.0.8 #

  • Add platform support for macOs, windows, linux
  • Add new screen shot of UI package
2
likes
160
points
140
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for integrating ARCaptcha, providing a secure and customizable captcha solution for Android, IOS, Web apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview, modal_bottom_sheet, web, webview_flutter

More

Packages that depend on ar_captcha