flutter_mediapipe_vision 0.3.1 copy "flutter_mediapipe_vision: ^0.3.1" to clipboard
flutter_mediapipe_vision: ^0.3.1 copied to clipboard

A minimal wrapper for the pose landmark detector

0.3.1 #

  • Linked the iOS implementation.

0.3.0 #

  • Added detectOnPlanes.
  • Linked the Android implementation.

0.2.1 #

  • Support and require v0.2.1 of the interface and implementations.
  • Pass the image with createImageBitmap(blob) instead of HTMLImageElement.
  • Make PoseLandmarkerResult and NormalizedLandmark serializable to JSON.

0.2.0 #

  • Support and require v0.2.0 of the implementations.
  • Added z and visibility to NormalizedLandmark.
  • Linked to the article in the README.

0.1.1 #

  • Clean up.

0.1.0 #

  • Initial release.