passkeys 2.3.0 copy "passkeys: ^2.3.0" to clipboard
passkeys: ^2.3.0 copied to clipboard

Flutter plugin enabling simple passkey authentication. Can be either used with a ready-to-use relying party server (Corbado) or with your custom relying party.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add passkeys
copied to clipboard

With Flutter:

 $ flutter pub add passkeys
copied to clipboard

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

dependencies:
  passkeys: ^2.3.0
copied to clipboard

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/authenticator.dart';
import 'package:passkeys/exceptions.dart';
import 'package:passkeys/types.dart';
copied to clipboard
66
likes
0
points
10.5k
downloads

Publisher

verified publishercorbado.com

Weekly Downloads

2024.09.21 - 2025.04.05

Flutter plugin enabling simple passkey authentication. Can be either used with a ready-to-use relying party server (Corbado) or with your custom relying party.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, flutter, json_annotation, passkeys_android, passkeys_ios, passkeys_platform_interface, passkeys_web, ua_client_hints

More

Packages that depend on passkeys