ensemble_face_camera 1.2.53
ensemble_face_camera: ^1.2.53 copied to clipboard
A standalone face detection camera module for Ensemble.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ensemble_face_cameraWith Flutter:
$ flutter pub add ensemble_face_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ensemble_face_camera: ^1.2.53Alternatively, 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:ensemble_face_camera/ensemble_face_camera.dart';