face_detection_tflite 0.1.6 copy "face_detection_tflite: ^0.1.6" to clipboard
face_detection_tflite: ^0.1.6 copied to clipboard

Face & landmark detection using on-device TFLite models.

example/lib/main.dart

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

void main() {
  runApp(const MaterialApp(
    debugShowCheckedModeBanner: false,
    home: TestPage(),
  ));
}