nfc_in_flutter
nfc_in_flutter copied to clipboard
Prevent read/write displaying system NFC "New tag collected" on Android
I created an ticket last year and made some changes to deal with "New tag collected" on android
https://github.com/semlette/nfc_in_flutter/issues/51#issuecomment-753868560
I've have merged up to 2.0.5.
I was wondering if you'd like to merge this into you branch
this is much needed, often this library tries to read the tag just after it wrote something ruining experience
this is much needed, often this library tries to read the tag just after it wrote something ruining experience
I have this fixed on my fork (https://github.com/vilvic/nfc_in_flutter)
Good PR. But we fix the Alert using this :
.readNDEF(once: false, readerMode: NFCNormalReaderMode(),alertMessage: "Custom message with readNDEF#alertMessage")