face_detection_tflite 0.1.1 copy "face_detection_tflite: ^0.1.1" to clipboard
face_detection_tflite: ^0.1.1 copied to clipboard

BlazeFace-style face detector with optional face & iris landmarks.

0.1.1 #

  • Add iOS and Android via dartPluginClass
  • Keep native plugin on desktop (macOS/Windows/Linux) so CMake still bundles TFLite C libs.
  • Note: iOS release builds may require Xcode “Strip Style = Non-Global Symbols”; test on device (not simulator).
  • Note: Android requires minSdk 26 (handled by the app).

0.1.0+1 #

  • Initial public release of face_detection_tflite.
  • Includes TFLite face detection + landmarks models and platform shims.
  • Adds prebuilt libtensorflowlite_c for macOS/Windows/Linux.