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
119 stars 119 forks source link

Prevent read/write displaying system NFC "New tag collected" on Android #73

Open vilvic opened 3 years ago

vilvic commented 3 years ago

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

kasvith commented 3 years ago

this is much needed, often this library tries to read the tag just after it wrote something ruining experience

vilvic commented 3 years ago

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)

jams032 commented 2 years ago

Good PR. But we fix the Alert using this :

.readNDEF(once: false, readerMode: NFCNormalReaderMode(),alertMessage: "Custom message with readNDEF#alertMessage")