facedetect_tadi_sdk_legacy_version 0.0.5 copy "facedetect_tadi_sdk_legacy_version: ^0.0.5" to clipboard
facedetect_tadi_sdk_legacy_version: ^0.0.5 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 Dart:

 $ dart pub add facedetect_tadi_sdk_legacy_version

With Flutter:

 $ flutter pub add facedetect_tadi_sdk_legacy_version

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  facedetect_tadi_sdk_legacy_version: ^0.0.5

Alternatively, 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:facedetect_tadi_sdk_legacy_version/facedetect_tadi_sdk.dart';
import 'package:facedetect_tadi_sdk_legacy_version/facedetect_tadi_sdk_method_channel.dart';
import 'package:facedetect_tadi_sdk_legacy_version/facedetect_tadi_sdk_platform_interface.dart';
import 'package:facedetect_tadi_sdk_legacy_version/models/face_detection_result.dart';
import 'package:facedetect_tadi_sdk_legacy_version/models/sdk_config.dart';
0
likes
0
points
347
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for face detection, liveness verification, and biometric identity verification with ML Kit and secure backend integration.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on facedetect_tadi_sdk_legacy_version

Packages that implement facedetect_tadi_sdk_legacy_version