passkeys_darwin 0.2.0
passkeys_darwin: ^0.2.0 copied to clipboard
Shared Darwin implementation (iOS & macOS) of the Corbado passkeys plugin. Manages passkey creation on Apple devices.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add passkeys_darwin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
passkeys_darwin: ^0.2.0
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_darwin/passkeys_darwin.dart';