bitcaptcha_flutter 0.6.2
bitcaptcha_flutter: ^0.6.2 copied to clipboard
Flutter widgets for BitCaptcha, the human verification service by Xinghui Shudun - smart invisible check, slide puzzle, text and icon click, inline or dialog.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bitcaptcha_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bitcaptcha_flutter: ^0.6.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:bitcaptcha_flutter/bitcaptcha_flutter.dart';