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

Allow settings flags on enableReaderMode() #3

Closed semlette closed 5 years ago

semlette commented 5 years ago

NfcAdapter.enableReaderMode can be called with flags to modify the reader behaviour. For example it can be called with the FLAG_READER_NO_PLATFORM_SOUNDS flag which will prevent sounds from being played when a tag is read.