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

Support for android.nfc.action.ADAPTER_STATE_CHANGE #53

Open obrunsmann opened 4 years ago

obrunsmann commented 4 years ago

It would be nice to have an available event on enabling or disabling NFC on android. We could register an intent filter on android.nfc.action.ADAPTER_STATE_CHANGE and yield the isEnabled() result