sport_exercise_tracker_widget 1.0.0
sport_exercise_tracker_widget: ^1.0.0 copied to clipboard
A Flutter package for real-time exercise tracking with camera and pose detection.
1.0.0 Initial Release π #
π New Features #
- β Real-time camera-based pose detection using Google ML Kit Pose Detection
- β Live landmark rendering overlay on the camera feed
- β Built-in exercise rep counter based on selected exercise type
π§ Smart Exercise Logic #
- π Angle-based joint analysis to detect correct movement form
- βοΈ Difficulty-based minimum angle offset to control movement strictness
- β±οΈ Timing filter to avoid false-positive rep counts (smooth & accurate)
π¦ Ready-to-use Widget #
- π₯ Plug-and-play
SportExerciseTrackerWidget
for fast integration - π Stream-based real-time feedback for UI
- π― Designed for bodyweight exercises (squats, biceps curl, etc.)
π§© Example Included #
- β Complete example app demonstrating setup, usage, and customization