flutter_smartface_base library Overview Integration UI and Camera

Core building blocks shared by the public SmartFace Flutter APIs.

This library contains:

  • FlutterSmartfaceBasePlatform, the common method-channel and callback infrastructure
  • SmartfaceCameraPosition, the camera selector reused across biometric flows
  • the internal PlatformView composition helper used by enrollment, identification, and liveness widgets

Most applications will consume the higher-level libraries such as flutter_smartface_mobile and flutter_smartface_license, but the types in this file appear throughout the package.

Classes

FlutterSmartfaceBasePlatform
An abstract class that extends PlatformInterface to define the platform-specific implementation for the Flutter Smartface plugin.

Enums

SmartfaceCameraPosition
Defines which camera should be used when a SmartFace capture flow starts.

Extensions

EitherExtension on Either<L, R>
An extension on the Either class that provides additional functionality.