bitcaptcha_flutter 0.6.2 copy "bitcaptcha_flutter: ^0.6.2" to clipboard
bitcaptcha_flutter: ^0.6.2 copied to clipboard

Flutter widgets for BitCaptcha, the human verification service by Xinghui Shudun - smart invisible check, slide puzzle, text and icon click, inline or dialog.

0.6.2 #

First release on pub.dev. The version number is kept in step with the Web and WeChat Mini Program SDKs.

  • Four verification types: smart invisible check BitCaptchaSense, slide puzzle BitCaptcha, text click BitCaptchaText, icon click BitCaptchaText(icon: true)
  • Inline widgets plus dialogs showBitCaptcha / showBitCaptchaText; a dialog returns null when the user closes it
  • Fills the parent width by default (fluid), or a fixed width; light / dark BitCaptchaTheme with custom colors
  • Built-in zh-CN / zh-TW / en / ja / ko strings; lang: 'auto' follows the system locale, i18n overrides any key
  • Inline widgets load lazily (lazy): the challenge is fetched once the widget scrolls near the viewport
  • Load failures, rate limits and too many attempts collapse the panel into a single notice; rate-limit countdowns retry automatically
  • onError receives a BitCaptchaException with code (network / server / rate_limited / cooldown / quota_exceeded / http) and retryAfter
0
likes
160
points
0
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter widgets for BitCaptcha, the human verification service by Xinghui Shudun - smart invisible check, slide puzzle, text and icon click, inline or dialog.

Homepage

Topics

#captcha #security #verification #bot-protection

License

MIT (license)

Dependencies

crypto, cryptography, flutter, http

More

Packages that depend on bitcaptcha_flutter