Skip to content

Jaguar-dart/recaptcha_facade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 14, 2018
0bac674 · Jan 14, 2018

History

3 Commits
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018
Jan 14, 2018

Repository files navigation

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.

About

Recaptcha library for Dart from authors of Jaguar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published