ZeroPass / dmrtd

Dart library for reading Biometric Passport
Other
43 stars 19 forks source link

Read id card flutter desktop app #26

Open Zidoun-Abdou opened 3 months ago

Zidoun-Abdou commented 3 months ago

Hello, thanks for the great code ! The code works perfectly for me in android, I need to build a desktop app to read passport using external NFC reader. Which type should I buy please ? And how to do it ? Thanks in advance ❤️

smlu commented 1 month ago

I have no experiences with external NFC reader. In general NFC reader should support ISO 14443 standard, and if possible ISO 7816-3. You will also have to implement ComProvider to support your NFC reader. See also NfcProvider which implements NFC provider for iPhone & Android.