flutter_nfc_kit
flutter_nfc_kit copied to clipboard
set Access bit, key a, key b
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?
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.
We will release a new version that supports some Mifare commands later this fall.
You might find version 3.4.0 helpful.