face_detection_web 1.0.0 copy "face_detection_web: ^1.0.0" to clipboard
face_detection_web: ^1.0.0 copied to clipboard

Flutter plugin that implements Google MediaPipe Face Detection

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add face_detection_web

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  face_detection_web: ^1.0.0

Alternatively, 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_detection_web/face_detection_web.dart';
1
likes
40
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that implements Google MediaPipe Face Detection

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, google_mlkit_commons, js, plugin_platform_interface

More

Packages that depend on face_detection_web

Packages that implement face_detection_web