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

Detect if NFC not supported or disabled

Open mt-akar opened this issue 2 years ago • 2 comments

We can check the NFC availability using NfcManager.instance.isAvailable(), however, if this returns false, I need to know if the hardware device doesn't support the NFC technology or if the NFC is disabled from the settings.

Additionally, is it possible to redirect the user to the NFC settings on their phone?

mt-akar avatar Jan 27 '23 16:01 mt-akar

same question

Suheb786 avatar Dec 15 '23 11:12 Suheb786

This issue will be resolved in v4.0.0. (https://github.com/okadan/flutter-nfc-manager/pull/128)

okadan avatar May 07 '24 12:05 okadan

As of v4.1.0, you can use NfcManager.instance.checkAvailability().

okadan avatar Sep 30 '25 09:09 okadan