body_detection 0.0.3 copy "body_detection: ^0.0.3" to clipboard
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
copied to clipboard

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
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:body_detection/body_detection.dart';
copied to clipboard
41
likes
130
points
50
downloads

Publisher

verified publisher0x48lab.com

Weekly Downloads

2024.09.26 - 2025.04.10

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

Apache-2.0, BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on body_detection