flutter_celik_api

Last updated:

0 purchases

flutter_celik_api Image
flutter_celik_api Images
Add to Cart

Description:

flutter celik api

flutter_celik_api #
A Flutter plugin for reading Serbian ID Cards. Works on Windows/Linux/MacOS.
Written from scratch (APDU Commands).
Connection to card-reader is done through flutter_pcsc but you may use your own custom provider.
Usage #
Pre-requisite #
flutter_pcsc needs:


A PCSC smartcard reader.


On linux, pcscd & libpcsclite1 needs to be installed.


For macOS application to be able to use smartcard, the following entitlement should be set: com.apple.security.smartcard (in DebugProfile.entitlements & Release.entitlements files).
If not set correctly, the context won't be able to be established.


Example #

CelikAPIAllData result = await CelikAPI().readAllData();
print(result.data);
print(result.image); // base64

copied to clipboard
Features #

✅ Reading data
✅ Reading image
❌ Cert installation
❌ Verification
❌ Signing data
❌ Changing card pin

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.