vornid 1.1.5 copy "vornid: ^1.1.5" to clipboard
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.yaml declares the SPDX identifier MIT for 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 bare rust/ rule matched every rust/ directory, which incorrectly excluded lib/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_plus constraint 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_sdk to vornid.
    • Import path is now package:vornid/vornid.dart.
    • Asset package URIs changed to packages/vornid/....
    • iOS pod renamed to vornid; Android rootProject renamed to vornid.
  • Resolved all dart analyze warnings and infos (unused imports, deprecated APIs, const constructors).
  • Relaxed flutter_rust_bridge constraint to ^2.12.0 for 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
0
likes
140
points
437
downloads

Documentation

API reference

Publisher

verified publishervornid.com

Weekly Downloads

VornID identity verification SDK — capture-and-transport client for biometric liveness detection, image analysis, and identity verification.

Homepage

License

MIT (license)

Dependencies

camera, crypto, device_info_plus, dio, flutter, flutter_bloc, flutter_rust_bridge, freezed_annotation, json_annotation, lottie, package_info_plus, permission_handler, plugin_platform_interface, pointycastle, safe_device, screen_brightness, shared_preferences, uuid

More

Packages that depend on vornid

Packages that implement vornid