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

Is it possible to listen on NFC availability?

Open MassimoTambu opened this issue 3 years ago • 3 comments

Hi, thanks for your work!

I would ask you if it could be possible to listen on NFC status changes (ON - OFF). I didn't find any reference to this in the code but I could be wrong.. Is it something that you already implemented? If not, it could be possible to do so?

I would like to show different screens based on the current NFC status and I don't think it's a good idea calling every 'n' seconds isAvailable() method.

Thanks in advance!

Max

MassimoTambu avatar Mar 01 '21 11:03 MassimoTambu

I want do same thing. Could you?

barangungor avatar Dec 24 '21 13:12 barangungor

Currently not supported.

But we could implement a dart stream receives the ACTION_ADAPTER_STATE_CHANGED. (Android only)

okadan avatar Dec 24 '21 13:12 okadan

Is there a roadmap planned for this feature ?

HeropolisDa2ny avatar Apr 03 '24 13:04 HeropolisDa2ny