altcha_widget 1.0.0
altcha_widget: ^1.0.0 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_widget
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
altcha_widget: ^1.0.0
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:altcha_widget/altcha.dart';
import 'package:altcha_widget/exceptions.dart';
import 'package:altcha_widget/localizations.dart';
import 'package:altcha_widget/models/challenge.dart';
import 'package:altcha_widget/models/code_challenge.dart';
import 'package:altcha_widget/models/server_verification.dart';
import 'package:altcha_widget/models/solution.dart';
import 'package:altcha_widget/widget.dart';
import 'package:altcha_widget/widgets/audio_button.dart';
import 'package:altcha_widget/widgets/code_challenge.dart';