flutter_mp_pose_landmarker 0.1.3
flutter_mp_pose_landmarker: ^0.1.3 copied to clipboard
A Flutter plugin for real-time pose detection using MediaPipe and native CameraX.
Changelog #
0.1.3 - 2025-12-04 #
Fixed #
- Removed leftover
print()debug statements. - Updated license information and added LICENSE file.
0.1.2 - 2025-11-28 #
Added #
- Camera permission check before starting detection.
- Configurable confidence thresholds:
minPoseDetectionConfidenceminPoseTrackingConfidenceminPosePresenceConfidence
- Runtime configuration via
PoseLandmarker.setConfig(). - Camera controls:
- Start / Stop / Pause / Resume detection.
- Logging toggle to enable/disable plugin logs.
- FPS counter for performance monitoring.
- Platform interface tests.
- Integration tests.
Changed #
- All confidence thresholds can now be updated dynamically at runtime via
setConfig().