face_live 0.2.1 copy "face_live: ^0.2.1" to clipboard
face_live: ^0.2.1 copied to clipboard

A Flutter plugin for real-time face liveness detection using native camera and ML Kit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add face_live

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

dependencies:
  face_live: ^0.2.1

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:face_live/face_live.dart';
2
likes
160
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for real-time face liveness detection using native camera and ML Kit.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on face_live

Packages that implement face_live