passkeys_capsule 2.0.5 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';