dot_face_eye_gaze_liveness 0.10.3 copy "dot_face_eye_gaze_liveness: ^0.10.3" to clipboard
dot_face_eye_gaze_liveness: ^0.10.3 copied to clipboard

PlatformAndroidiOS
unlisted

A Flutter plugin, as a part of Innovatrics DOT Flutter SDK, that provides face eye gaze liveness feature for a Flutter project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dot_face_eye_gaze_liveness

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

dependencies:
  dot_face_eye_gaze_liveness: ^0.10.3

Alternatively, 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:dot_face_eye_gaze_liveness/dot_face_eye_gaze_liveness.dart';