passkeys_capsule 2.0.5 copy "passkeys_capsule: ^2.0.5" to clipboard
passkeys_capsule: ^2.0.5 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 Flutter:

 $ flutter pub add passkeys_capsule

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

dependencies:
  passkeys_capsule: ^2.0.5

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_capsule/authenticator.dart';
import 'package:passkeys_capsule/exceptions.dart';
import 'package:passkeys_capsule/types.dart';
1
likes
130
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

convert, corbado_frontend_api_client, flutter, json_annotation, openapi_generator_annotations, passkeys_android, passkeys_ios_capsule, passkeys_platform_interface, passkeys_web, ua_client_hints

More

Packages that depend on passkeys_capsule