skip to Main Content

How to check NFC availability in flutter?

await NfcManager.instance.isAvailable(); Above code of nfc_manager package returns false even if the NFC is available but not enabled. So, Is there any way to check availibility of NFC hardware. Also, any way to openSettings navigating to NFC settings? like location…

VIEW QUESTION
Back To Top
Search