iproov_flutter 5.0.2
iproov_flutter: ^5.0.2 copied to clipboard
The iProov Biometrics SDK for Flutter, providing flexible authentication for identity assurance
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add iproov_flutterWith Flutter:
$ flutter pub add iproov_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
iproov_flutter: ^5.0.2Alternatively, 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:iproov_flutter/iproov_flutter.dart';