0

How do I run an external NFC reader in Flutter Windows

I tried to find a NFC package that supports Windows, but I couldn't find any solutions .

I bought an NFC reader and I want to use it in Flutter Windows.

1 Answers1

0

I haven't tried.

If NFC reader connects a computer with a USB port.

You can try serial_port_win32 to receive data from COM port.