docupass_flutter 0.1.1
docupass_flutter: ^0.1.1 copied to clipboard
Native in-app ID verification & KYC for Flutter (ID Analyzer DocuPass) — document scan, face match, on-device liveness, no WebView.
0.1.1 #
- Customization props on
DocuPassView—brandColor,logoUrl, andlabels(override any user-facing label, in any language), forwarded to the native cores'DocuPassTheme/DocuPassStrings. - Picks up the native cores' 0.1.1 audit fixes (e-signature
data-signaturefield detection, phone country-code picker).
0.1.0 #
Initial DocuPass Flutter plugin over the native Android + iOS cores.
DocuPassViewwidget (AndroidView / UiKitView platform view) with propsreference,partyId,baseUrland anonResultcallback.DocuPassResult/DocuPassStatusDart types.- Android:
DocupassFlutterPlugin+DocuPassPlatformViewhosting the native ComposeDocuPassView(supplies its own ViewTree lifecycle/viewmodel/saved-state owners); result over a per-view MethodChannel. - iOS:
DocupassFlutterPlugin+DocuPassPlatformViewhosting the SwiftUIDocuPassViewviaUIHostingController.
Wraps the native SDKs (no logic reimplemented).