flutter-nfc-manager
flutter-nfc-manager copied to clipboard
iso15693 Support for Extended Write Multiple Block?
I am working on an NFC based app which requires me to read and write ~2k bytes from an NFC type 5 (iso15963) tag.
From the API reference for iso15693 (link), I can only find 'extendedWriteSingleBlock()'. Writing 2k bytes using the single block method could take roughly 5 seconds considering time taken for command-response of each block.
Is there any plan to support extendedWrite for multiple blocks as well, as it's already done for read?