yubikey_flutter 0.1.0 copy "yubikey_flutter: ^0.1.0" to clipboard
yubikey_flutter: ^0.1.0 copied to clipboard

PlatformAndroid

Flutter plugin for YubiKey hardware authentication. Supports OTP, OATH TOTP/HOTP, FIDO2/WebAuthn and HMAC-SHA1 Challenge-Response over NFC, built on the official Yubico yubikit-android SDK.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yubikey_flutter

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

dependencies:
  yubikey_flutter: ^0.1.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:yubikey_flutter/yubikey_flutter.dart';
0
likes
150
points
52
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for YubiKey hardware authentication. Supports OTP, OATH TOTP/HOTP, FIDO2/WebAuthn and HMAC-SHA1 Challenge-Response over NFC, built on the official Yubico yubikit-android SDK.

Homepage
Repository (GitHub)
View/report issues

Topics

#yubikey #fido2 #webauthn #authentication #nfc

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on yubikey_flutter

Packages that implement yubikey_flutter