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

Platformweb

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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
100
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

Flutter plugin that implements Google MediaPipe Face Detection

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, google_mlkit_commons, js, plugin_platform_interface

More

Packages that depend on face_detection_web