passkeys_windows 0.1.1 copy "passkeys_windows: ^0.1.1" to clipboard
passkeys_windows: ^0.1.1 copied to clipboard

PlatformWindows

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_windows

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

dependencies:
  passkeys_windows: ^0.1.1

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:passkeys_windows/passkeys_windows.dart';
0
likes
150
points
5.57k
downloads

Publisher

unverified uploader

Weekly Downloads

Windows implementation of the passkeys plugin. Manages the creation of passkeys on Windows devices using Windows Hello and WebAuthn API.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, passkeys_platform_interface

More

Packages that depend on passkeys_windows

Packages that implement passkeys_windows