mobintix_security_suite 0.0.1
mobintix_security_suite: ^0.0.1 copied to clipboard
API-driven security flow widgets (MPIN, OTP, biometric, face) built on mobintix_ui_kit for fintech-grade Flutter apps.
Changelog #
0.0.1 #
- Publishable on pub.dev:
mobintix_ui_kitis a semver dependency (no path/git). SecurityFlowResponse— JSON model withfromJson/toJson.- Typed step configs (
MpinConfig,OtpConfig,BiometricConfig,FaceDetectionConfig,CustomStepConfig) andSecurityFlowStepIdincludingface_detection. SecurityFlowHost— maps step to UI;customStepBuilderfordevice_binding,session_warning,done,unknown;cameraPreviewBuilderfor face detection.SecurityFlowActions— host-injected callbacks; biometric enroll, face capture/register, alternate method.- Standalone widgets:
MpinView,OtpView,BiometricView,FaceDetectionView, plus enrollment/registration views where applicable. SecuritySuiteTheme(ThemeExtension) for host-controlled security UI tokens.- Widgets themed via
mobintix_ui_kit; README and publishing docs; issues tracked on public demo repo. - Pub.dev
screenshots/assets documented like mobintix_ui_kit: package README + public mobintix_security_suite_demoscreenshots/folder and demo README (Screenshot reference).
