face_overlay 0.1.0
face_overlay: ^0.1.0 copied to clipboard
Real-time AR face overlay for Flutter. Uses CameraX (Android) and AVFoundation (iOS) with Google MediaPipe Face Landmarker to detect 478 facial landmarks and render any PNG image as an overlay on dete [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add face_overlayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
face_overlay: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:face_overlay/face_overlay.dart';