passkeys_windows 0.1.1
passkeys_windows: ^0.1.1 copied to clipboard
Windows implementation of the passkeys plugin. Manages the creation of passkeys on Windows devices using Windows Hello and WebAuthn API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add passkeys_windowsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
passkeys_windows: ^0.1.1Alternatively, 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:passkeys_windows/passkeys_windows.dart';