facedetect_tadi_sdk_legacy 0.0.2
facedetect_tadi_sdk_legacy: ^0.0.2 copied to clipboard
Flutter plugin for face detection, liveness verification, and biometric identity verification with ML Kit and secure backend integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add facedetect_tadi_sdk_legacyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
facedetect_tadi_sdk_legacy: ^0.0.2Alternatively, 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:facedetect_tadi_sdk_legacy/facedetect_tadi_sdk.dart';
import 'package:facedetect_tadi_sdk_legacy/facedetect_tadi_sdk_method_channel.dart';
import 'package:facedetect_tadi_sdk_legacy/facedetect_tadi_sdk_platform_interface.dart';
import 'package:facedetect_tadi_sdk_legacy/models/face_detection_result.dart';
import 'package:facedetect_tadi_sdk_legacy/models/sdk_config.dart';