smart_liveliness_detection library

Classes

Challenge
Represents a liveness detection challenge that the user must complete
LivenessConfig
Configuration class for customizing the Face Liveness Detection package
LivenessConstants
LivenessController
Controller for liveness detection session
LivenessDetectionScreen
Main widget for liveness detection
LivenessDetectionView
View component of the liveness detection screen
LivenessSession
Represents a liveness detection session
LivenessTheme
Theme configuration for the Face Liveness Detection package

Typedefs

ChallengeCompletedCallback = void Function(String challengeType)
FinalImageCapturedCallback = void Function(String sessionId, XFile imageFile, Map<String, dynamic> metadata)
LivenessCompletedCallback = void Function(String sessionId, bool isSuccessful, Map<String, dynamic>? metadata)