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
SportExerciseTrackerWidgetfor 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