face_recognition_flutter 1.0.0
face_recognition_flutter: ^1.0.0 copied to clipboard
Offline face recognition and liveness detection Flutter plugin for Android and iOS, supporting face enrollment, 1:1 verification, and face management.
1.0.0 #
Added #
- Offline face enrollment by SDK camera or Base64 image.
- 1:1 face verification with configurable liveness detection.
- Liveness-only detection, face feature query, insert, delete, and image export APIs.
- Android and iOS example app with English and Simplified Chinese UI.
Changed #
- Renamed the public package to
face_recognition_flutterfor pub.dev compatibility. - Updated the iOS podspec name and version to match the Dart package.
- Improved README, release notes, and published package contents for the 1.0.0 release.
Fixed #
- Fixed iOS example source inclusion after CocoaPods regeneration.
- Fixed publish dry-run warnings for package name, README naming, and excluded generated files.
0.2.0 #
- Refactored iOS code.
- Updated localization resources.
0.0.2 #
- Improved iOS performance and stability.
- Updated project structure and multilingual support.
0.0.1 #
- Initial release of the FaceAISDK Flutter plugin.
- Added platform view support for Android and iOS.