anhdev99_face_camera 0.0.9 copy "anhdev99_face_camera: ^0.0.9" to clipboard
anhdev99_face_camera: ^0.0.9 copied to clipboard

A Flutter camera plugin that detects faces in real-time. In addition it can capture automatically once a face is detected, This can be handy while taking a selfie during kyc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add anhdev99_face_camera

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

dependencies:
  anhdev99_face_camera: ^0.0.9

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:anhdev99_face_camera/anhdev99_face_camera.dart';
1
likes
130
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter camera plugin that detects faces in real-time. In addition it can capture automatically once a face is detected, This can be handy while taking a selfie during kyc.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, google_mlkit_face_detection

More

Packages that depend on anhdev99_face_camera

Packages that implement anhdev99_face_camera