face_detector_new 0.0.7 copy "face_detector_new: ^0.0.7" to clipboard
face_detector_new: ^0.0.7 copied to clipboard

FaceDetector is a powerful Flutter package that enables real-time face detection using the device camera. It leverages the latest AI models to accurately detect faces in images and live video streams.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add face_detector_new

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

dependencies:
  face_detector_new: ^0.0.7

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_detector_new/controller/dependencyinjection.dart';
import 'package:face_detector_new/controller/initcontroller.dart';
import 'package:face_detector_new/face_detector.dart';
import 'package:face_detector_new/model/checkface.dart';
import 'package:face_detector_new/model/getuserstore.dart';
import 'package:face_detector_new/model/userstore.dart';
import 'package:face_detector_new/services/camera.service.dart';
import 'package:face_detector_new/services/face_detector_service.dart';
import 'package:face_detector_new/services/image_converter.dart';
import 'package:face_detector_new/services/services.dart';
import 'package:face_detector_new/services/signature_generator.dart';
import 'package:face_detector_new/services/signature_service.dart';
import 'package:face_detector_new/widgets/auth_button.dart';
import 'package:face_detector_new/widgets/coordinates_translator.dart';
import 'package:face_detector_new/widgets/face_detector_painter.dart';
import 'package:face_detector_new/widgets/painter_service.dart';
import 'package:face_detector_new/widgets/single_picture.dart';
1
likes
95
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

FaceDetector is a powerful Flutter package that enables real-time face detection using the device camera. It leverages the latest AI models to accurately detect faces in images and live video streams.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

asn1lib, camera, device_info_plus, encrypt, flutter, flutter_secure_storage, fluttertoast, get, get_it, google_mlkit_face_detection, http, image, pointycastle, processing_camera_image, tflite_flutter

More

Packages that depend on face_detector_new