recaptcha_facade 1.0.0 copy "recaptcha_facade: ^1.0.0" to clipboard
recaptcha_facade: ^1.0.0 copied to clipboard

Dart 1 only

Recaptcha library for Dart from authors of Jaguar.

recaptcha_facade #

Library to render and control recaptcha.

From authors of Jaguar.

Usage #

import 'package:recaptcha_facade/recaptcha_facade.dart';

main() async {
  final recaptcha = await Recaptcha.create(
      '6Lf3HCkUAAAAAJ2mRonRdQ7Ma-k9Or9uj7lxRy7a', querySelector('#output'));
  recaptcha.onSuccess.listen(print);
}

Simple example #

For a simple client-only example, check out this example.

Complete example #

For a complete example with client, check out this example.

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Recaptcha library for Dart from authors of Jaguar.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

dart_browser_loader, js

More

Packages that depend on recaptcha_facade