face_detection_tflite 0.1.3
face_detection_tflite: ^0.1.3 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(),
));
}