flutter-nfc-manager
flutter-nfc-manager copied to clipboard
Detect if NFC not supported or disabled
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?
same question
This issue will be resolved in v4.0.0. (https://github.com/okadan/flutter-nfc-manager/pull/128)
As of v4.1.0, you can use NfcManager.instance.checkAvailability().