keyri_v3 1.6.2 copy "keyri_v3: ^1.6.2" to clipboard
keyri_v3: ^1.6.2 copied to clipboard

Keyri QR Login plugin for Flutter. Provides Keyri SDK capabilities for secure and passwordless login.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keyri_v3

With Flutter:

 $ flutter pub add keyri_v3

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

dependencies:
  keyri_v3: ^1.6.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:keyri_v3/fingerprint_event_response.dart';
import 'package:keyri_v3/keyri.dart';
import 'package:keyri_v3/keyri_fingerprint_event.dart';
import 'package:keyri_v3/login_object.dart';
import 'package:keyri_v3/register_object.dart';
import 'package:keyri_v3/session.dart';
1
likes
0
points
20
downloads

Publisher

verified publisherkeyri.com

Weekly Downloads

Keyri QR Login plugin for Flutter. Provides Keyri SDK capabilities for secure and passwordless login.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on keyri_v3

Packages that implement keyri_v3