live_pose_detector 0.0.1 copy "live_pose_detector: ^0.0.1" to clipboard
live_pose_detector: ^0.0.1 copied to clipboard

Real-time human pose detection with skeleton overlay for Flutter, plus a built-in push-up form checker and rep counter. Drop-in camera + ML Kit pose landmarks.

150/ 160
pub points
66
downloads

We analyzed this package 5 days ago, and awarded it 150 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/your-org/live_pose_detector was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

107 out of 135 API elements (79.3 %) have documentation comments.

Some symbols that are missing documentation: live_pose_detector.CameraPermissionDeniedException.CameraPermissionDeniedException.new, live_pose_detector.CameraPermissionDeniedException.status, live_pose_detector.CameraPoseView.CameraPoseView.new, live_pose_detector.CameraPoseViewController.CameraPoseViewController.new, live_pose_detector.CameraPoseViewController.switchCamera.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:live_pose_detector/live_pose_detector.dart that imports:
  • package:live_pose_detector/src/widgets/pushup_feedback_banner.dart that imports:
  • package:live_pose_detector/src/widgets/camera_pose_view.dart that imports:
  • package:live_pose_detector/src/painting/pose_overlay_painter.dart that imports:
  • package:live_pose_detector/src/detection/pose_stream_controller.dart that imports:
  • package:live_pose_detector/src/detection/input_image_converter.dart that imports:
  • package:google_mlkit_pose_detection/google_mlkit_pose_detection.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:live_pose_detector/live_pose_detector.dart that imports:
  • package:live_pose_detector/src/widgets/pushup_feedback_banner.dart that imports:
  • package:live_pose_detector/src/widgets/camera_pose_view.dart that imports:
  • package:live_pose_detector/src/painting/pose_overlay_painter.dart that imports:
  • package:live_pose_detector/src/detection/pose_stream_controller.dart that imports:
  • package:live_pose_detector/src/detection/input_image_converter.dart that imports:
  • package:google_mlkit_pose_detection/google_mlkit_pose_detection.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:live_pose_detector/live_pose_detector.dart that imports:
  • package:live_pose_detector/src/widgets/pushup_feedback_banner.dart that imports:
  • package:live_pose_detector/src/widgets/camera_pose_view.dart that imports:
  • package:live_pose_detector/src/painting/pose_overlay_painter.dart that imports:
  • package:live_pose_detector/src/detection/pose_stream_controller.dart that imports:
  • package:live_pose_detector/src/detection/input_image_converter.dart that imports:
  • package:google_mlkit_pose_detection/google_mlkit_pose_detection.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:live_pose_detector/live_pose_detector.dart that imports:
  • package:live_pose_detector/src/widgets/pushup_feedback_banner.dart that imports:
  • package:live_pose_detector/src/widgets/camera_pose_view.dart that imports:
  • package:live_pose_detector/src/painting/pose_overlay_painter.dart that imports:
  • package:live_pose_detector/src/detection/pose_stream_controller.dart that imports:
  • package:live_pose_detector/src/detection/input_image_converter.dart that imports:
  • package:google_mlkit_pose_detection/google_mlkit_pose_detection.dart that declares support for platforms: Android, iOS.
Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
camera ^0.10.6 0.10.6 0.12.1
google_mlkit_pose_detection ^0.11.0 0.11.1 0.16.1
permission_handler ^11.3.0 11.4.0 13.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
camera_android - 0.10.11+1 0.10.11+1
camera_avfoundation - 0.9.23+2 0.10.3
camera_platform_interface - 2.13.1 2.13.1
camera_web - 0.3.5+6 0.3.5+6
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
cross_file - 0.3.5+5 0.3.5+5
flutter_plugin_android_lifecycle - 2.0.35 2.0.35
google_mlkit_commons - 0.7.1 0.13.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
permission_handler_android - 12.1.0 14.1.0
permission_handler_apple - 9.6.1 9.6.1
permission_handler_html - 0.1.4+1 0.1.4+1
permission_handler_platform_interface - 4.4.1 4.4.1
permission_handler_windows - 0.2.2 0.2.2
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.2 1.10.2
stream_transform - 2.1.2 2.1.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
yaml - 3.1.4 3.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^0.10.6` on camera does not support the stable version `0.11.0`.

Try running dart pub upgrade --major-versions camera to update the constraint.

The constraint `^0.11.0` on google_mlkit_pose_detection does not support the stable version `0.12.0`.

Try running dart pub upgrade --major-versions google_mlkit_pose_detection to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
150
points
66
downloads

Documentation

API reference

Publisher

verified publisherdashstack.tech

Weekly Downloads

Real-time human pose detection with skeleton overlay for Flutter, plus a built-in push-up form checker and rep counter. Drop-in camera + ML Kit pose landmarks.

Homepage

License

MIT (license)

Dependencies

camera, flutter, google_mlkit_pose_detection, permission_handler

More

Packages that depend on live_pose_detector