keyri_v3 1.8.4
keyri_v3: ^1.8.4 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 Flutter:
$ flutter pub add keyri_v3This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
keyri_v3: ^1.8.4Alternatively, 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:keyri_v3/fingerprint_event_response.dart';
import 'package:keyri_v3/fingerprint_request.dart';
import 'package:keyri_v3/keyri.dart';
import 'package:keyri_v3/keyri_detections_config.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';