Relative Content

Tag Archive for flutterdartnfc

Trouble while trying to erase an nfcA tag

the following piece of code is supposed to “Erase” data from the tag, basically writing zeros in the all user-memory pages
but it does nothing, the data is always there

Can we share a text from one device to the other via NFC

I’ve been experimenting with nfc_manager to enable NFC tag reading and writing in my application. My goal is to facilitate message sharing between two devices when they come into contact via NFC. Despite attempting various solutions, I’ve been unsuccessful so far. If anyone has successfully implemented this feature or can provide any helpful blogs or references, I’d greatly appreciate the assistance.