vornid 1.1.5
vornid: ^1.1.5 copied to clipboard
VornID identity verification SDK — capture-and-transport client for biometric liveness detection, image analysis, and identity verification.
Changelog #
1.1.5 #
- Documentation: README install snippet updated to recommend
vornid: ^1.1.5. - Example: Sandbox API key in the demo app is redacted in source to avoid accidental reuse or leakage.
1.1.4 #
- License: The package is distributed under the MIT License.
pubspec.yamldeclares the SPDX identifierMITfor tooling and registry metadata.
1.1.3 #
- On-device vision models: Release packages ship bundled weights in a more discreet layout and with stronger protection at rest. Behavior and public APIs are unchanged for apps that integrate the SDK as documented.
1.1.2 #
- iOS (device): Fixed cases where the host app could fail to start after adding the SDK.
- iOS (Simulator): Improved default CocoaPods settings for Simulator builds on Apple Silicon Macs so they align with the SDK’s supported simulator targets.
1.1.1 #
- Packaging: Root-anchor Rust/Cargokit ignore patterns in
.pubignore(/rust/,/cargokit/). A barerust/rule matched everyrust/directory, which incorrectly excludedlib/src/rust/(Flutter Rust Bridge–generated Dart) from the published package. That omission broke pub.dev static analysis, dartdoc, and platform scoring for the listing. - Dependencies:
package_info_plusconstraint raised to^9.0.0(aligned with current plugin releases).
1.1.0 #
- Maintenance release: packaging and release-process updates. No breaking changes to the public Dart API or documented integration steps for apps consuming this package.
1.0.0 #
- BREAKING: Package renamed from
vornid_flutter_sdktovornid.- Import path is now
package:vornid/vornid.dart. - Asset package URIs changed to
packages/vornid/.... - iOS pod renamed to
vornid; Android rootProject renamed tovornid.
- Import path is now
- Resolved all
dart analyzewarnings and infos (unused imports, deprecated APIs, const constructors). - Relaxed
flutter_rust_bridgeconstraint to^2.12.0for downstream compatibility.
0.1.0 #
- Initial SDK scaffold
- Core configuration and error types
- Capture pipeline with hash chain integrity
- Challenge-response liveness flow
- Network layer with certificate pinning and HMAC signing
- Device attestation and tamper detection
- UI components for liveness and verification flows