biotrust_flutter 1.1.0
biotrust_flutter: ^1.1.0 copied to clipboard
Validação biométrica facial, prova de vida, FaceMatch e controle de acesso com os SDKs nativos BioTrust para Android e iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add biotrust_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
biotrust_flutter: ^1.1.0Alternatively, 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:biotrust_flutter/biotrust_flutter.dart';