semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
120 stars 119 forks source link

NFC.isNDEFSupported not working #103

Open sudhanshujuyal opened 2 years ago

sudhanshujuyal commented 2 years ago
NFC.isNDEFSupported
    .then((bool isSupported) {
  setState(() {

    _supportsNFC = isSupported;

  });
});

_supportNFC is returning false everytime