maktub_passkey 0.1.0-dev.2
maktub_passkey: ^0.1.0-dev.2 copied to clipboard
WebAuthn passkey create/assert plus the PRF (hmac-secret) extension for Flutter — derive a stable per-credential secret from a synced passkey on iOS and Android. The PRF API the common passkey plugins [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add maktub_passkeyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
maktub_passkey: ^0.1.0-dev.2Alternatively, 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:maktub_passkey/maktub_passkey.dart';