bitcaptcha_flutter 0.6.2
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 puzzleBitCaptcha, text clickBitCaptchaText, icon clickBitCaptchaText(icon: true) - Inline widgets plus dialogs
showBitCaptcha/showBitCaptchaText; a dialog returnsnullwhen the user closes it - Fills the parent width by default (
fluid), or a fixedwidth; light / darkBitCaptchaThemewith custom colors - Built-in zh-CN / zh-TW / en / ja / ko strings;
lang: 'auto'follows the system locale,i18noverrides 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
onErrorreceives aBitCaptchaExceptionwithcode(network / server / rate_limited / cooldown / quota_exceeded / http) andretryAfter