Been trying to create an NFC tag emulator for Android with flutter(Host Card Emulation)
But have been successful even after trying several different approaches .
Has any been able to get the NFC tag emulation on an android platform.?
The expectation is to use my mobile application for door access with emulated NFC tags instead of the standard RFID cards .
Tried a few times referring the flow from the links https://pub.dev/documentation/nfc_emulator/latest/ https://www.zeromolecule.com/blog/host-card-emulation-hce-with-android-and-flutter/
Any guidance in the right direction or even better some sample code would be much appreciated .