active_face_liveness 0.1.0 copy "active_face_liveness: ^0.1.0" to clipboard
active_face_liveness: ^0.1.0 copied to clipboard

On-device active face liveness for Flutter using RGBW illumination, eye response, head turns, parallax, and replay evidence.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'liveness_demo_page.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: const Color(0xFF006C66)),
        useMaterial3: true,
      ),
      home: const LivenessDemoPage(),
    );
  }
}
0
likes
150
points
42
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device active face liveness for Flutter using RGBW illumination, eye response, head turns, parallax, and replay evidence.

Repository (GitHub)
View/report issues

Topics

#liveness #face-detection #anti-spoofing #biometrics #on-device

License

MIT (license)

Dependencies

camera, face_detection_tflite, flutter, flutter_litert, object_detection, screen_brightness

More

Packages that depend on active_face_liveness