flutter_identity_comparison_sdk 1.1.1
flutter_identity_comparison_sdk: ^1.1.1 copied to clipboard
A Flutter SDK for identity comparison and liveness checks by Dikript Solutions.
Changelog #
All notable changes to the Flutter Identity Comparison SDK will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.1 - 2024-03-12 #
Fixed #
- Fixed issue where "Capture Photo" button remains visible during identity comparison processing
- Added loading overlay to clearly show when identity verification is in progress
- Implemented timeout handling for API requests to prevent hanging requests
- Improved error handling for identity comparison process
1.1.0 - 2024-03-12 #
- Added support for customizable ID types through the new
idTypesparameter - Added
IdTypeclass to represent ID type options - Updated documentation and examples to demonstrate the new feature
1.0.0 - 2024-03-06 #
Added #
- Initial release of the Flutter Identity Comparison SDK
- Identity verification widget with step-by-step UI flow
- Face detection using Google ML Kit
- Liveness check functionality
- Identity comparison with ID documents
- Support for Android and iOS platforms
- Basic web platform support
- Customizable UI elements
- API service for backend integration
Fixed #
- Platform compatibility issues for web environments
- Camera initialization and handling across platforms
- Face detection optimizations for different devices
0.1.0 - 2024-03-01 #
Added #
- Initial development version
- Basic camera integration
- Face detection prototype
- UI framework setup
1.1.0 #
- Added support for customizable ID types through the new
idTypesparameter - Added
IdTypeclass to represent ID type options - Updated documentation and examples to demonstrate the new feature