flutter_pua_auth 1.0.1 copy "flutter_pua_auth: ^1.0.1" to clipboard
flutter_pua_auth: ^1.0.1 copied to clipboard

Flutter plugin for The Whisper Company PUA SDK integration with biometric authentication and continuous face monitoring

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1 - 2025-01-13 #

Changed #

  • Updated to require published platform packages (flutter_pua_auth_android and flutter_pua_auth_ios)
  • Users can now install from pub.dev with all dependencies resolved

1.0.0 - 2025-01-12 #

Added #

  • Initial release of Flutter PUA Auth plugin
  • Biometric authentication support (Face ID, Touch ID, Fingerprint)
  • Continuous face monitoring with real-time face count detection
  • Automatic screen locking/unlocking based on face detection
  • Multi-face detection for shoulder surfing protection
  • Configurable parameters (refresh rate, eyes off screen time, max faces, low light threshold)
  • Platform-specific implementations for iOS and Android
  • SDK inspection utility for debugging native SDK capabilities
  • Comprehensive documentation and example app

Features #

  • configureApiKey() - Configure PUA SDK API key
  • authenticateUser() - Biometric authentication
  • startFaceMonitoring() - Start continuous face monitoring
  • stopFaceMonitoring() - Stop face monitoring
  • isBiometricAvailable() - Check biometric availability
  • getAvailableBiometrics() - Get available biometric types
  • getPuaVersion() - Get PUA SDK version
  • inspectNativeSdk() - Inspect native SDK classes and methods

Platform Support #

  • iOS (Real Device): ✅ Fully Supported
  • Android (Real Device): ✅ Fully Supported
  • iOS Simulator: ⚠️ Limited (basic auth only)
  • Android Emulator: ⚠️ Limited (basic auth only)
0
likes
130
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for The Whisper Company PUA SDK integration with biometric authentication and continuous face monitoring

Homepage
Repository (GitLab)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_pua_auth_android, flutter_pua_auth_ios, plugin_platform_interface

More

Packages that depend on flutter_pua_auth