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

outdated

Keyri QR Login plugin for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyri_v3

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

dependencies:
  keyri_v3: ^1.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:keyri_v3/fingerprint_event_response.dart';
import 'package:keyri_v3/keyri.dart';
import 'package:keyri_v3/keyri_fingerprint_event.dart';
import 'package:keyri_v3/keyri_method_channel.dart';
import 'package:keyri_v3/keyri_platform_interface.dart';
import 'package:keyri_v3/session.dart';