flutter_smartface_hosted_flow library

Classes

EnrollmentFlow
Enrollment flow functionality
EnrollmentFlowOptions
Configuration options for the enrollment flow
EnrollmentProgress
Progress update from enrollment
EnrollmentResult
Result from an enrollment attempt
IdentificationFlow
Identification flow functionality
IdentificationFlowOptions
Configuration options for the identification flow
IdentificationResult
Result from an identification attempt
SmartfaceHostedFlow
Hosted flow bridge for presenting native Smartface identification flows

Typedefs

EnrollmentCallback = void Function({required String customId, String? descriptor, String? imagePath, required bool success})
Callback type for enrollment results
EnrollmentProgressCallback = void Function({int? countdown, int? percentage, String? phase})
Callback type for enrollment progress updates
IdentificationCallback = void Function({required double confidence, required String customId, required double distance, required bool identified, String? imagePath})
Callback type for identification results
IdentificationErrorCallback = void Function(String error)
Callback type for identification errors