mrgoonie / flutter_recaptcha_v2

A Flutter plugin for Google Recaptcha V2
Other
23 stars 63 forks source link

Upgraded to Null-safety and support to dart 3 #19

Closed gabriieelreeis closed 1 year ago

gabriieelreeis commented 1 year ago

I have added a new parameter called "onManualVerification" which will return the user's token in case there is a need to capture the token and use it in your app. Additionally, I have added a parameter called "autoVerify" which enables or disables automatic verification of the token.