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
NoSuchMethodError when calling transceive on NFC tag in Flutter app
I’m developing a Flutter app that reads NFC tags using the nfc_manager package. I am encountering the following error when trying to read data from an NFC tag:
PlatformException(io_exception, null, null, null) Error When Reading and Writing NFC Data in Flutter
I’m working on a Flutter application that involves both reading and writing NFC tags using the nfc_manager package. However, I encounter a PlatformException(io_exception, null, null, null) error when performing these operations.
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.
How do I get card information via NFC? (Flutter)
This is my first time working with nfc. Set the ass to get the card number via nfc