pose_camera_view 1.0.5 copy "pose_camera_view: ^1.0.5" to clipboard
pose_camera_view: ^1.0.5 copied to clipboard

Pose Camera view uses Google ML Kit to track your push-ups. It emits 'init', 'middle', and 'completed' events for each rep, and displays the total count.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pose_camera_view

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

dependencies:
  pose_camera_view: ^1.0.5

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:pose_camera_view/pose_camera_view.dart';
6
likes
140
points
52
downloads
screenshot

Publisher

verified publisherpaolojoaquin.com

Weekly Downloads

Pose Camera view uses Google ML Kit to track your push-ups. It emits 'init', 'middle', and 'completed' events for each rep, and displays the total count.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, google_ml_kit

More

Packages that depend on pose_camera_view