tas_face_detect 0.0.3+4 copy "tas_face_detect: ^0.0.3+4" to clipboard
tas_face_detect: ^0.0.3+4 copied to clipboard

A new flutter plugin to get number of faces in an image.

tas_face_detect #

A new flutter plugin to get number of faces in an image.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Pass the image path in flutter channet as "path" param in platform channel.

Add below line in the dart class

static const platformMethodChannel = const MethodChannel('tas_face_detect');

Use below line where you want to get the face count. await App.platformMethodChannel.invokeMethod('findFaces', {"path": imagePath});

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin to get number of faces in an image.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tas_face_detect