face_camera_controller 0.0.2 copy "face_camera_controller: ^0.0.2" to clipboard
face_camera_controller: ^0.0.2 copied to clipboard

outdated

Flutter camera controller with face detection ability.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add face_camera_controller

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

dependencies:
  face_camera_controller: ^0.0.2

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_camera_controller/face_camera_controller.dart';
1
likes
0
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter camera controller with face detection ability.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, google_mlkit_commons, google_mlkit_face_detection

More

Packages that depend on face_camera_controller