Skip to content

eMRTD Connector Flutter ​

Part of MOBILE CHIP SDK online.

The kinegram.digital eMRTD Connector enables your Flutter app to read and verify electronic passports and ID cards (eMRTDs).

The eMRTD Connector enables the DocVal Service to communicate with the eMRTD through a secure WebSocket connection. The DocVal Service reads the data (such as MRZ info or photo) and verifies the authenticity and integrity of the data. If the eMRTD supports the required protocols, the DocVal Service will additionally verify that the chip was not cloned. The verification result is posted to your server.

Results

WebSocket

NFC

DocVal Service

Your Server

eMRTD Connector

PASSPORT / ID CARD (eMRTD)

Results

WebSocket

NFC

DocVal Service

Your Server

eMRTD Connector

PASSPORT / ID CARD (eMRTD)

Requirements ​

  • Android 7 (API level 24) or later
  • iOS 15.0+
  • Physical device with NFC capabilities

API Reference ​

Full API documentation is available at: Dart API on pub.dev

Example App ​

An example app demonstrating usage and functionality is available in the GitHub repository.