flutter_turnstile 1.2.0 copy "flutter_turnstile: ^1.2.0" to clipboard
flutter_turnstile: ^1.2.0 copied to clipboard

A Flutter package to integrate turnstile functionality for secure access control systems.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_turnstile

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

dependencies:
  flutter_turnstile: ^1.2.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:flutter_turnstile/flutter_turnstile.dart';
4
likes
140
points
166
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to integrate turnstile functionality for secure access control systems.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, url_launcher, webview_flutter, webview_flutter_android, webview_flutter_web

More

Packages that depend on flutter_turnstile