zk_finger 2.0.1
zk_finger: ^2.0.1 copied to clipboard
The zk_finger plugin is used for supporting fingerprint device of zkecto with enrolling and verification feature.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zk_fingerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zk_finger: ^2.0.1Alternatively, 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:zk_finger/zk_finger.dart';