flutter-nfc-manager
flutter-nfc-manager copied to clipboard
This just only works using a TAG?
I want to create an application working between two smarthphones, and Im not sure if I can use this widget or if is better another.
I want to use this package for the same reason as well. Will it work?
As far as I am aware, Android does not allow ndef data transfers between Android devices (i.e. having a device act as a tag and reader). I think you'd have to use Android Beam or NeabySharing for that.
Ive found a solution. But One of them needs be a Host Card Emulation, https://www.zeromolecule.com/blog/host-card-emulation-hce-with-android-and-flutter/ , this is the link if you want to do in Flutter. And the reader can use the pluglin nfc_manager.
were you able to get it to work @byronfrancisco