flutter-nfc-manager icon indicating copy to clipboard operation
flutter-nfc-manager copied to clipboard

This just only works using a TAG?

Open ghost opened this issue 2 years ago • 4 comments

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.

ghost avatar Apr 28 '22 09:04 ghost

I want to use this package for the same reason as well. Will it work?

MariosKoni avatar May 09 '22 07:05 MariosKoni

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.

sammusaev avatar Aug 04 '22 09:08 sammusaev

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.

ghost avatar Aug 04 '22 11:08 ghost

were you able to get it to work @byronfrancisco

teewhydope avatar Apr 03 '23 08:04 teewhydope