Hello everyone I am new to the community (Flutter community) and I want to build an app where basically my Windows app will interact with an NFC tag reader/writer that will get connected to my laptop via USB. So when the NFC reads a tag, the code must get transmitted to my app and vice-versa if I want to write something to a tag I have to be able to do it using the windows app and send the code to the NFC reader writer that will write that data to the tag.
My question is: does anyone implemented something like this or a plug-in or something that allows me to connect the NFC reader to the windows app?
Thank you in advance.