biopassid_face_liveness_sdk 1.0.2 copy "biopassid_face_liveness_sdk: ^1.0.2" to clipboard
biopassid_face_liveness_sdk: ^1.0.2 copied to clipboard

BioPass ID Face Liveness SDK Flutter plugin.

1.0.2 #

  • Documentation update;
  • Fix in the drawing of the face's bounding box, which was inverted on the X axis, on Android.

1.0.1 #

  • Documentation update;
  • Upgrade from Camera2 to CameraX on Android;
  • FaceLivenessFaceCaptureResult renamed to LivenessFaceAttributes;
  • New feedback message specific to invalid IED;
  • New faceCentralizationThresh in FaceLivenessDetectionOptions;
  • New debug parameter:
    • If debug=true, the facial detection attributes that result in an invalid face will be printed in the UI;
    • If debug=true, the face rectangle will be drawn in the UI.
  • Bug fixes for face centering on Android;
  • Fixed a bug that caused the onFaceCapture callback to crash on some devices on Android.

1.0.0 #

  • Added documentation;
  • Added face detection on Android;
  • Added auto capture on Android.