Reputation: 524
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