friendly_captcha_flutter 0.1.0
friendly_captcha_flutter: ^0.1.0 copied to clipboard
FriendlyCaptcha v2 widget for Flutter. Privacy-first, accessible bot protection for Android, iOS, and Web (Wasm-compatible).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add friendly_captcha_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
friendly_captcha_flutter: ^0.1.0Alternatively, 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:friendly_captcha_flutter/friendly_captcha_flutter.dart';