set Access bit, key a, key b
narmmungreen opened this issue · 3 comments
narmmungreen commented
Hi, I'm new to NFC tech, I would like to know is it possible to set the access bit and key a, key b by using flutter_nfc_kit plugin?
Harry-Chen commented
On platforms that support Mifare Classic (i.e. on Android), you can do that by sending raw Mifare write APDUs. We currently do not provide tag-specific support for that.
Harry-Chen commented
We will release a new version that supports some Mifare commands later this fall.
Harry-Chen commented
You might find version 3.4.0 helpful.