flutter-nfc-manager
flutter-nfc-manager copied to clipboard
Nfc advance tools
Hello,
Is there any option to reproduce the behavior from Nfc Tools Application?
I am able with this package, to read as well as write ndef data. However, I am concerned with more advanced commands that allow me to get information from specific blocks.
In the Nfc tools application -> Others-> Advanced NFC commands
I need to execute the commands for Tag Type 2: Read 16 bytes. Specifically, the commands in question are 30:04
and 30:4f
.
I know that the basic tag returned in the onDiscovered
callback does not have this information. I checked this by scanning the same tag a bunch of times. Each time I changed the data, on the block I was interested in.
With the help of the previously mentioned "Nfc Tools" application, I was easily able to execute this command and read the changes I was interested in.
I have not found so far the option to perform this type of command, in any Nfc library for fluter. I'm afraid I'll have to write an implementation for iOS myself, but I don't know Swift or Objective-C very well.
Have I missed something, or am I doomed to write it myself?