Hi there,
I have a question.
I am trying to develop an application in Flutter which will work on both iOS and Android. In order to do this, I need to have my Mifare Classic tags formatted in NDEF with a plain text entry which is their unique id.
How can I write NDEF messages to my tags with nfctools for java? Can I also protect my tags agains being overwritten?
Thanks in advance