altcha_widget 1.0.0 copy "altcha_widget: ^1.0.0" to clipboard
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';
1
likes
140
points
25
downloads
screenshot

Publisher

verified publisheraltcha.org

Weekly Downloads

Privacy-first, accessible CAPTCHA widget, compliant with global data privacy regulations. No tracking, self-verifying.

Homepage
Repository (GitHub)
View/report issues

Topics

#altcha #captcha #recaptcha #invisible-captcha #security

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_native_timezone, flutter_svg, http, just_audio, path_provider

More

Packages that depend on altcha_widget