four_fingerprint 1.0.5
four_fingerprint: ^1.0.5 copied to clipboard
Contactless slap fingerprint capture plugin — 4-4-2 sequencing, minutiae extraction, and matching via phone camera.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add four_fingerprintThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
four_fingerprint: ^1.0.5Alternatively, 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:four_fingerprint/four_fingerprint.dart';