flutter_face_detection 0.1.0 copy "flutter_face_detection: ^0.1.0" to clipboard
flutter_face_detection: ^0.1.0 copied to clipboard

Face detection for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_face_detection

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

dependencies:
  flutter_face_detection: ^0.1.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:flutter_face_detection/flutter_face_detection.dart';
9
likes
20
pub points
65%
popularity

Publisher

unverified uploader

Face detection for Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_android, meta

More

Packages that depend on flutter_face_detection