pose_camera_view 1.0.3 copy "pose_camera_view: ^1.0.3" to clipboard
pose_camera_view: ^1.0.3 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 Dart:

 $ dart pub add pose_camera_view

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 dart pub get):

dependencies:
  pose_camera_view: ^1.0.3

Alternatively, your editor might support dart pub get or 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
0
points
54
downloads

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)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, google_ml_kit

More

Packages that depend on pose_camera_view