face_guidance 0.0.3 copy "face_guidance: ^0.0.3" to clipboard
face_guidance: ^0.0.3 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 Flutter:

 $ flutter pub add face_guidance

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

dependencies:
  face_guidance: ^0.0.3

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_guidance/face_guidance.dart';
3
likes
125
points
189
downloads

Documentation

API reference

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

MIT (license)

Dependencies

camera, flutter, google_mlkit_face_detection

More

Packages that depend on face_guidance