'there any way of implementation flutter with smart card reader?
The smart card is about national Id Card or similar to ATM card
To read the smart card data via dart Flutter and also can use in Android/iOS (type-C smart card reader) I get some SDK/lib but it's native library from Java or Swift. but My purpose is I want the Flutter lib/SDK that working in Android/iOS
It their any library or solution to read the card without native code
Solution 1:[1]
You can try using blinkId, which has some great documentation and is easy to implement in your app. You can get the documentation from here https://microblink.com/identity/identity-document-scanning/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Collins Swai |
