flutter_smartface 0.8.4 copy "flutter_smartface: ^0.8.4" to clipboard
flutter_smartface: ^0.8.4 copied to clipboard

Flutter plugin for SmartFace Mobile license bootstrap, enrollment, identification, liveness, and hosted flows on Android and iOS.

0.8.4 #

  • โœจ add flutter release update skill and preparation script
  • ๐Ÿ“ Update data management documentation to clarify security level API usage and deprecate legacy threshold method
  • โœจ standardize SmartFace security level API to the public 0-100 scale
  • ๐Ÿ“ Update README and add script to serve local API documentation over HTTP
  • ๐Ÿ“ Update documentation to clarify security level scales for hosted flows and widget APIs
  • ๐Ÿ“ Enhance documentation with bilingual support and clarify security level normalization
  • ๐Ÿ“ Add Overview and UI & Camera documentation topics for flutter_smartface

0.8.3 #

  • ๐Ÿ“ Standardize CHANGELOG.md formatting for better rendering on pub.dev

0.8.2 #

  • โœจ Enhance data fetching logic to support forced updates across multiple components
  • โœจ Adjust liveness security level slider minimum and divisions for improved user experience
  • โœจ Update terminology from Threshold to Matching Security Level for clarity in detection settings
  • โœ๏ธ Simplify widget structure in HomePage by removing unnecessary PopScope
  • โœจ Update liveness detection to use security level instead of threshold and refactor related components and UI

0.8.1 #

  • โœจ Add Smartface model major version retrieval and display in HomePage

0.8.0 #

  • ๐Ÿ’ฅ Breaking change: liveness API updated to use livenessSecurityLevel (0-100) instead of livenessThreshold (0-1) as the primary parameter
  • โœ… Add unit tests for FlutterSmartfaceMobilePlatform and related classes
  • ๐Ÿ“ Update integration guide and README for AAR file handling instructions
  • ๐Ÿ—‘๏ธ Remove unused VisicaCameraProvider class

0.7.0 #

  • โœ๏ธ Refactor and rename enrollment and identification listener methods for clarity

0.6.1 #

  • โœจ Add XCFramework support for iOS integration
  • โœจ Add UIKit hosted native UI components for iOS

0.6.0 #

  • ๐Ÿ”– Add Smartface Mobile AAR v7.x compatibility

0.5.35 #

  • ๐Ÿ› Fix Flutter Secure Storage reset on error

0.5.34 #

  • โœจ Add debugger toggle to enable verbose logging and diagnostics
  • โœจ Add enableDebugger and disableDebugger methods for Smartface internal logging control
  • ๐Ÿ› Update addGroupKeyA and addGroupKeyB to avoid automatic key cleanup and use the clear-group methods instead
  • โœจ Add clearGroupKeyA and clearGroupKeyB methods to manage secure storage

0.5.33 #

  • โœจ Add enableCheckImageQuality parameter to smartfaceIdentifyActivity

0.5.32 #

  • โœจ Add identifyTimeout parameter to smartfaceIdentifyActivity

0.5.31 #

  • ๐Ÿ› Make the SmartfaceTransparentEllipseOverlay parameter optional

0.5.30 #

  • ๐Ÿ› Prevent circular reference issues
  • โœจ Add SDK 5.13.0 support

0.5.29 #

  • โœจ Add support for the SmartfaceTransparentEllipseOverlay component/widget, which prompts users to center their face during enrollment

0.5.28 #

  • ๐Ÿšš Change package prefix name to br.com.visica
  • โœจ Add camera selection for identify, enroll, and verify

0.5.27 #

  • โœจ Add support for enabling and disabling the image quality check feature
  • ๐Ÿ› Roll back to the use of .aar files due to compatibility issues
  • ๐Ÿ› Document that iOS support requires direct contact with support due to specific licensing or technical constraints

0.5.26 #

  • โœจ Add XCFramework support for iOS

0.5.25 #

  • โœจ Add CocoaPods support for the iOS Flutter plugin

0.5.24 #

  • โœจ Improve README troubleshooting and issue reporting guidance

0.5.23 #

  • ๐Ÿงน Improve the example project

0.5.22 #

  • ๐Ÿ› Implement a layer for the iOS stack

0.5.20 #

  • ๐Ÿ› Fix issue with filtering by group keys
  • ๐Ÿ› Downgrade sface from 6.1.1 to 5.10.0
  • ๐Ÿ› Fix issue with Swift Package Manager and unsafe build flags

0.5.19 #

  • โœจ Add iOS support for native arm64 architecture on physical devices
  • โœจ Add iOS support for x86_64 architecture on simulators
  • โœจ Add Swift Package Manager integration via PAC
  • ๐Ÿ“ฆ Implement Android Maven repository integration for improved dependency management

0.5.18 #

  • โœจ Add support for enabling and disabling the auto contrast feature

0.5.17 #

  • ๐Ÿ› Fix issue in the native component where the identification feature was incorrectly enabled for Flutter
  • ๐Ÿ› Fix parameter checks for sample activities

0.5.14 #

  • ๐Ÿ› Fix issue where the plugin overrode the host application's Android launcher icon
  • ๐Ÿ”ง Fix manifest configuration to apply themes only to plugin activities
  • ๐Ÿงน Remove unnecessary adaptive icon resources to prevent resource conflicts
  • ๐Ÿ“ฑ Improve plugin integration with host applications

0.5.13 #

  • โœจ Add support for saving identified images

0.5.11 #

  • ๐Ÿ› Update README

0.5.10 #

  • ๐Ÿ› Bug fixes

0.5.9 #

  • โœจ Add liveness as false to identify widget

0.5.8 #

  • ๐Ÿ› Bug fixes

0.5.7 #

  • โœจ Add security level and liveness parameters to identify widget
  • ๐Ÿ”„ Synchronize parameters between identify activity and widget
  • ๐Ÿ›ก๏ธ Enhance identification with configurable security thresholds
  • ๐ŸŽ›๏ธ Add control for identification behavior with keepIdentification

0.5.6 #

  • ๐Ÿ› Improve singleton handling

0.5.5 #

  • ๐ŸŽจ Update sample activities dialog parameters

0.5.4 #

  • ๐Ÿ“ Add new identify and enroll screens
  • ๐ŸŽจ Add customizable raw Flutter layout
  • ๐ŸŽจ Add native Android sample UI from the SDK

0.5.3 #

  • ๐Ÿ› Fix enroll counter bug

0.5.2 #

  • ๐Ÿ› Fix BigInt bug

0.5.1 #

  • ๐Ÿ“ Add custom ID as Dart BigInt

0.5.0 #

  • ๐Ÿ“ Add documentation for pub
  • ๐ŸŽจ Improve code format and structure

0.4.2 #

  • ๐Ÿ› Fix CameraX usage by replacing deprecated setResolution with ResolutionSelector

0.4.1 #

  • ๐Ÿ› Fix Smartface enroller bug

0.4.0 #

  • ๐ŸŽฅ Add Smartface camera layout controller

0.3.0 #

  • ๐Ÿ”– Upgrade Smartface to 5.4.2

0.2.0 #

  • ๐Ÿ”– Upgrade Smartface to 5.3.1

0.1.2 #

  • ๐Ÿ“ท Add close camera from callback

0.1.1 #

  • ๐ŸŒ Add more options for API fetch data

0.1.0 #

  • ๐Ÿ“ฑ Add native Android view
1
likes
130
points
293
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for SmartFace Mobile license bootstrap, enrollment, identification, liveness, and hosted flows on Android and iOS.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, fpdart, permission_handler, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_smartface

Packages that implement flutter_smartface