Open NelfDesign opened 4 days ago
HI, I implemente your package in my app and it's work fine to get Captcha token. But when we click on confidentiality or conditions I have the error mentionned in the title.
How can I solve that please?
I put the widget only in a Center.
Center( child: CloudflareTurnstile( siteKey: siteKeyTurnstyle, baseUrl: url, options: options, onTokenReceived: (String token) { onTokenReceivedFunction.call(receivedToken: token); }, ), )
Let's clarify a few things.
cloudflare_turnstile
are you using?Hi, I use the last version 3.2.0 and yes the problem is for both platform.
HI, I implemente your package in my app and it's work fine to get Captcha token. But when we click on confidentiality or conditions I have the error mentionned in the title.
How can I solve that please?
I put the widget only in a Center.
Center( child: CloudflareTurnstile( siteKey: siteKeyTurnstyle, baseUrl: url, options: options, onTokenReceived: (String token) { onTokenReceivedFunction.call(receivedToken: token); }, ), )