aws_liveliness
A Flutter plugin for AWS Amplify Face Liveness detection on Android and iOS.
What this package is like to depend on
Last release 1 months ago
24 Jul 2026
Too new to tell
only 1 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
0.0.124 Jul 2026Release notes
Open source →Added
- Initial release of
aws_liveliness. AwsLiveliness.startLivenessCheck({ sessionId, region })— launches AWS Amplify Face Liveness detection UI on Android and iOS and returns the result to Dart.AwsLiveliness.getPlatformVersion()— basic platform version check, useful for verifying the plugin is correctly linked.- Android implementation using
com.amplifyframework.ui:liveness(Jetpack ComposeFaceLivenessDetector), with automatic camera permission handling and safe Amplify auto-configuration. - iOS implementation using Amplify's
FaceLivenessDetectorView(SwiftUI), presented viaUIHostingController, with the same safe Amplify auto-configuration behavior. - Dual iOS dependency support:
Package.swift(Swift Package Manager) and.podspec(CocoaPods), so the plugin works in both SPM-migrated and legacy CocoaPods host apps. - Example app demonstrating end-to-end usage.
Notes
- This is an early release. The public API (
startLivenessCheckresult shape in particular) may change before1.0.0based on feedback — see the README for the current contract.
- Initial release of
-
0.0.1+124 Jul 2026Release notes
Open source →Changed
- Updated Android documentation to include Kotlin Compose plugin requirement
- Updated Android dependency versions:
com.amplifyframework.ui:livenessto 1.4.0- Added
androidx.appcompat:appcompat:1.7.0 - Updated
com.android.tools:desugar_jdk_libsto 2.1.5
- Added
org.jetbrains.kotlin.plugin.composeplugin to Android setup instructions - Updated Android setup steps to include Compose compiler configuration
-
0.0.1+224 Jul 2026Nothing published for this version