face_detection_tflite 1.0.0
face_detection_tflite: ^1.0.0 copied to clipboard
Face & landmark detection using on-device TFLite models.
example/lib/main.dart
import 'test_page.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MaterialApp(
debugShowCheckedModeBanner: false,
home: TestPage(),
));
}