April 2020
Intermediate to advanced
380 pages
9h 24m
English
To include ReCaptcha v2 in our application, we will be using the Flutter package, flutter_recaptcha_v2. Add the flutter_recaptcha_v2:0.1.0 dependency to the pubspec.yaml file, followed by running flutter packages get in the terminal to get the required dependency. The following steps discuss the integration in detail:
import 'package:flutter_recaptcha_v2/flutter_recaptcha_v2.dart';
RecaptchaV2Controller recaptchaV2Controller = RecaptchaV2Controller();
Read now
Unlock full access