Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

vilvic
Copy link

@vilvic vilvic commented Jan 21, 2021

I created an ticket last year and made some changes to deal with "New tag collected" on android

#51 (comment)

I've have merged up to 2.0.5.

I was wondering if you'd like to merge this into you branch

vilvic and others added 9 commits June 5, 2020 18:03
…ds by the system

NfcInFlutterPlugin - read "read_for_write" to set writeIgnore property when to prevent ignoring of tags during read phase of writing
api - added "read_for_write" property when calling NfcInFlutterPlugin to prevent ignoring of tags during read phase of writing
NfcInFlutterPlugin - added adapter.ignore to prevent a double tag rea…
@kasvith
Copy link

kasvith commented Apr 20, 2021

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

@vilvic
Copy link
Author

vilvic commented Apr 20, 2021

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)

MobileSoftHK pushed a commit to MobileSoftHK/nfc_in_flutter that referenced this pull request Nov 22, 2021
@jams032
Copy link

jams032 commented Jul 18, 2022

Good PR. But we fix the Alert using this :

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants