face_overlay_kit 0.0.1
face_overlay_kit: ^0.0.1 copied to clipboard
Reusable, SDK-agnostic face alignment overlay UI for Flutter. Feed it face position data from any detector and get a smooth, animated guided overlay in return.
0.0.1 #
- Initial release.
FaceDatamodel,FaceAlignmentenum,AlignmentCalculatorlogic.FaceOverlayConfig— shape, colors, guide styles, animation, tolerance, messages.FaceOverlaywidget — animated overlay, direction guides, success/error states,onAlignmentChanged.FaceOverlay.scanProgress,showCenterCrosshair,scrimColor,showMessage,dashedBorder,shapeAspectRatio.FaceOverlaySettingsPanel— ready-made settings widget.- Example app: simulated demo + live camera demo.
- Shape now sizes off the detected face itself, not a fixed screen %.
- Fixed
onAlignmentChangedfiring mid-build.