flutter_turnstile 1.0.3 copy "flutter_turnstile: ^1.0.3" to clipboard
flutter_turnstile: ^1.0.3 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 Dart:

 $ dart pub add flutter_turnstile

With Flutter:

 $ flutter pub add flutter_turnstile

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

dependencies:
  flutter_turnstile: ^1.0.3

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:flutter_turnstile/controller/turnstile_controller.dart';
import 'package:flutter_turnstile/data/html_data.dart';
import 'package:flutter_turnstile/options/turnstile_options.dart';
import 'package:flutter_turnstile/widget/turnstile_widget.dart';
5
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, leak_tracker, leak_tracker_flutter_testing, material_color_utilities, meta, string_scanner, test_api, vm_service, webview_flutter, webview_flutter_android

More

Packages that depend on flutter_turnstile