pose_camera_view 1.0.4
pose_camera_view: ^1.0.4 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.4
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';