omjo_captcha 0.0.10
omjo_captcha: ^0.0.10 copied to clipboard
A customizable text-based CAPTCHA widget for Flutter with randomized colorful characters and lines. No backend required.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add omjo_captcha
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
omjo_captcha: ^0.0.10
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:omjo_captcha/omjo_captcha.dart';