How do I write NDEF messages for host card emulation in flutter? I´m writing a wallet app for passes (for android) and I need it to have NFC functionality (I can't use google smart tap)
The problem I´m having is that I tried to write with the library NFC_emulator (https://pub.dev/packages/nfc_emulator) but it did not work and I also cant write NDEF data in this library
What I want is to be able to send a string from an android phone to a scanner using NFC 4 payload (NDEF) in flutter Can someone help me?
MANY THANKS