eyeblinkdetectface 1.0.3 copy "eyeblinkdetectface: ^1.0.3" to clipboard
eyeblinkdetectface: ^1.0.3 copied to clipboard

RealTime Face Detection using Eye Blink, it is a extended implementation of m7liveliness detection

example/lib/main.dart

import 'package:eyeblinkdetectface_example/index.dart';
import 'package:flutter/services.dart';

void main() {
  SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: M7ExpampleScreen(),
    );
  }
}
1
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

RealTime Face Detection using Eye Blink, it is a extended implementation of m7liveliness detection

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

animate_do, camera, collection, equatable, flutter, google_mlkit_face_detection, image, lottie, plugin_platform_interface

More

Packages that depend on eyeblinkdetectface

Packages that implement eyeblinkdetectface