flutter_number_captcha

Last updated:

0 purchases

flutter_number_captcha Image
flutter_number_captcha Images
Add to Cart

Description:

flutter number captcha

Flutter Number Captcha #
Display and validate random number captcha

Usage #
To use this plugin, add flutter_number_captcha as a dependency in your pubspec.yaml file.
Example #
Here are small examples that show you how to use the API.
Default
bool isValid = await FlutterNumberCaptcha.show(context);
// return true if entered number is right
// return false if dialog closed by user
copied to clipboard
Custom Property
bool isValid = await FlutterNumberCaptcha.show(
context,
titleText: 'Enter correct number',
placeholderText: 'Enter Number',
checkCaption: 'Check',
accentColor: Colors.blue,
invalidText: 'Invalid code',
);
// return true if entered number is right
// return false if dialog closed by user
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.