I am building a Flutter application to store NFC tags an use in place of the stored tags. The tags that I am storing are MiFare Classic and they don't contain any data other than the ATQA (0x004), SAK (0x08) and ID / Serial Number. I have stored all of the tag data on my app, and now want to use the app to respond to a RFID reader in place of the physical tag. I am using the nfc_manager library on Flutter.
Is NFC write used to respond to a RFID tap? What do I need to send to the RFID reader, and it it is not write, how do I send it?