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.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'test_face_page.dart';

void main() {
  runApp(const FaceGuidanceExampleApp());
}

class FaceGuidanceExampleApp extends StatelessWidget {
  const FaceGuidanceExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Face Guidance Demo',
      debugShowCheckedModeBanner: false,
      home: const TestFacePage(),
    );
  }
}
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