g_recaptcha_v3
Google reCAPTCHA v3 plugin for Flutter Web. A Google reCAPTCHA is a free service that protects your website from spam and abuse.
1.1.0
27K downloads/mo
#1923 most downloaded on pub.dev
bharathraj-e/g_recaptcha_v3
What this package is like to depend on
Last release 2 months ago
10 Jun 2026
Ships fairly regularly
a new release about every 11 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
8 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
8 releases · Nov 2021 to Jun 2026Releases
latest 8-
1.1.010 Jun 2026Release notes
Open source →Features
- reCAPTCHA Enterprise support via
ready(useEnterprise: true). ready(useRecaptchaNet: true)loads the script fromrecaptcha.netfor regions wheregoogle.comis blocked.ready(badgeLanguage: 'fr')sets the badge language (hlquery parameter).ready(scriptNonce: ...)applies a CSP nonce to the injected script tag.- New
GRecaptchaV3.isReadygetter. - Typed exceptions:
execute()now throwsGRecaptchaNotReadyExceptionwhen called beforeready(), andexecute(throwOnError: true)throwsGRecaptchaExecutionExceptionon failure instead of returningnull.
Fixes
ready()no longer hangs forever — it now times out and returnsfalseif the reCAPTCHA script fails to load orgrecaptcha.readynever fires (e.g. invalid site key, blocked network, ad-blocker).- Script load errors are detected immediately via
onErrorinstead of waiting out the timeout. - Replaced the fixed 500ms post-load delay with polling for the
grecaptchaglobal. - Fixed
showBadge: falserace — the badge element is inserted asynchronously by reCAPTCHA, visibility changes now retry until the badge appears. - Logging only happens in debug mode.
- Removed unused method channel boilerplate and fixed doc typos.
Housekeeping
- Added unit tests (VM + browser) and a GitHub Actions CI workflow.
- Reworked README (automatic script injection, advanced options, error handling) and API doc comments.
- Minimum SDK raised to Dart 3.4 / Flutter 3.22.
- reCAPTCHA Enterprise support via
-
1.0.021 Dec 2024Release notes
Open source →- WASM support added.
- no need to do add script tag in html file. The package will do it automatically.
- More Optimization.
-
0.0.609 Feb 2024 -
0.0.512 Jun 2022 -
0.0.428 Nov 2021 -
0.0.320 Nov 2021Release notes
Open source →Full Changelog: https://github.com/bharathraj-e/g_recaptcha_v3/commits/v0.0.3
-
0.0.2-beta17 Nov 2021 pre-releaseRelease notes
Open source →- Recaptcha Typo fixes.
NoSuchMethodError: tried to call a non-function, such as null: 'dart.global.ready'fixed
-
0.0.1-beta14 Nov 2021 pre-release