cloudflare_turnstile 0.0.1 copy "cloudflare_turnstile: ^0.0.1" to clipboard
cloudflare_turnstile: ^0.0.1 copied to clipboard

The Cloudflare Turnstile Widget is an unofficial Flutter package designed to seamlessly integrate Cloudflare's Turnstile functionality into your Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloudflare_turnstile

With Flutter:

 $ flutter pub add cloudflare_turnstile

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cloudflare_turnstile: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cloudflare_turnstile/cloudflare_turnstile.dart';
6
likes
0
pub points
75%
popularity

Publisher

unverified uploader

The Cloudflare Turnstile Widget is an unofficial Flutter package designed to seamlessly integrate Cloudflare's Turnstile functionality into your Flutter applications.

Repository (GitHub)
View/report issues

Topics

#hcaptcha #recaptcha #cloudflare-turnstile

License

unknown (LICENSE)

Dependencies

flutter, flutter_inappwebview_android, flutter_inappwebview_ios, flutter_inappwebview_platform_interface

More

Packages that depend on cloudflare_turnstile