face_guidance 0.0.1 copy "face_guidance: ^0.0.1" to clipboard
face_guidance: ^0.0.1 copied to clipboard

A Flutter package for face guidance and automatic face capture using Google ML Kit. Perfect for KYC, attendance, and identity verification apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add face_guidance

With Flutter:

 $ flutter pub add face_guidance

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

dependencies:
  face_guidance: ^0.0.1

Alternatively, 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:face_guidance/face_guidance.dart';
3
likes
0
points
192
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for face guidance and automatic face capture using Google ML Kit. Perfect for KYC, attendance, and identity verification apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, google_mlkit_face_detection

More

Packages that depend on face_guidance