altcha_widget 2.0.2
altcha_widget: ^2.0.2 copied to clipboard
Privacy-first, accessible CAPTCHA widget, compliant with global data privacy regulations. No tracking, self-verifying.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add altcha_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
altcha_widget: ^2.0.2Alternatively, 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:altcha_widget/altcha_widget.dart';