body_detection 0.0.3 icon indicating copy to clipboard operation
body_detection: ^0.0.3 copied to clipboard

A flutter plugin that uses MLKit on iOS/Android platforms to enable body pose and mask detection using Pose Detection and Selfie Segmentation APIs for both static images and live camera stream.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add body_detection

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

dependencies:
  body_detection: ^0.0.3

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:body_detection/body_detection.dart';
32
likes
110
pub points
78%
popularity

Publisher

verified publisher icon0x48lab.com

A flutter plugin that uses MLKit on iOS/Android platforms to enable body pose and mask detection using Pose Detection and Selfie Segmentation APIs for both static images and live camera stream.

Homepage
Repository (GitHub)

Documentation

API reference

License

Icon for licenses.Apache-2.0, BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on body_detection