dipansh
dipansh

Reputation: 524

How to use invisible reCAPTCHA in flutter?

I am working on an application where I allow the user to make some orders. Now before confirming their order, I want to check whether they are a real person or a bot. So I'm thinking of using Google invisible reCAPTCHA, but I'm not sure how to use this in Flutter. I can implement this in React by using this package (https://www.npmjs.com/package/react-google-recaptcha) but how to do this in flutter?

Upvotes: -1

Views: 273

Answers (0)

Related Questions