new_face_liveness 3.0.0 new_face_liveness: ^3.0.0 copied to clipboard
Flutter plugin cross-platform (iOS, Android) for Combate à Fraude's PassiveFaceLiveness (https://github.com/combateafraude).
Release Notes #
Version 3.0.0 (November, 9 2023) #
🔧 Refactoring #
⚠️ Breaking Changes ⚠️
-
Android & iOS Native Bridge: The Android bridge has been refactored with Kotlin for enhanced performance and compatibility.
-
PassiveFaceLiveness
toFaceLiveness
: We've revamped thePassiveFaceLiveness
to a more streamlinedFaceLiveness
Dart class. This new class communicates seamlessly with the updated native bridges, ensuring a smoother integration experience. -
PassiveFaceLivenessResult
toFaceLivenessEvent
: To provide you with more insightful SDK events, we've transformed thePassiveFaceLivenessResult
intoFaceLivenessEvent
. This change enhances the clarity and effectiveness of event handling.
📑 Documentation Updates #
- Integration Guidelines: The documentation has been updated to reflect the changes in the SDK. Find comprehensive details on how to seamlessly integrate your applications with the latest version, ensuring a smooth transition and optimal performance.
Version 2.0.3 (October, 27 2023) #
Android
- Fix: Loading screen activity
Version 2.0.2 (October, 26 2023) #
Android
- Fix: Loading screen when network error occurs
iOS
- Change: Iproov update version and Starscream removed
Version 2.0.1 (October, 10 2023) #
- Fix: Apple updates improvements
Version 2.0.0 (September, 15 2023) #
- Change: New parameters to
PassiveFaceLivenessFailure
object - New: Register fail attempts
- New: Adding loading screens
Version 1.2.2 (August, 25 2023) #
- Fix: Starscream update.
Version 1.2.1 (August, 18 2023) #
- Fix: Android SDK customizations.
Version 1.2.0 (August, 18 2023) #
- new: New method .setCameraFilter(String filter) to change the SDK camera filter type - Android & iOS
- new: New method .setEnableScreenshots(bool enable) to enable screenshots during the SDK scan - Android
Version 1.1.2 (August, 02 2023) #
- Fix: Fix Documentation erros.
Version 1.1.1 (August, 02 2023) #
- Fix: Fix on the android return of the SDK, it was returning null results in some scenarios.
Version 1.1.0 (July, 17 2023) #
- Change: Now the SDK's return a signed respose in case of success, you must access the parameter
signedResponse
in thePassiveFaceLivenessSuccess
object.
Version 1.0.0 (July, 03 2023) #
- New: Hello World!!, first publish version.