image_face 0.0.1 copy "image_face: ^0.0.1" to clipboard
image_face: ^0.0.1 copied to clipboard

outdated

A new flutter plugin project.

image_face #

A new flutter plugin project.

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.

插件开发文档

平台代码

gitflow

commit message 规范

需求 #

该插件有一个类 ImageFace 该类有一个静态方法 hasFace 参数接收 File类型图片 , 通过_channel.invokeMethod 获取native返回的结果, 结果为bool. true说明图里有人脸, false说明图里没有人脸. 该插件开发要求尽量精简, 只做检查人脸一件事.

usage #

File pickedFile = await ImagePicker.pickImage(
      source: ImageSource.gallery,
    );
bool _has = await ImageFace.hasFace(pickedFile);
print('this image ${_has?'has':'no'} face');

Paypal

Buy Me A Coffee

5
likes
30
pub points
20%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on image_face