passkeys_windows 0.1.2 copy "passkeys_windows: ^0.1.2" to clipboard
passkeys_windows: ^0.1.2 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 Dart:

 $ dart pub add passkeys_windows

With Flutter:

 $ flutter pub add passkeys_windows

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

dependencies:
  passkeys_windows: ^0.1.2

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

Publisher

verified publishercorbado.com

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

License

unknown (license)

Dependencies

flutter, passkeys_platform_interface

More

Packages that depend on passkeys_windows

Packages that implement passkeys_windows