vilvic

Results 4 comments of vilvic

I've been playing around with the code and thought I had a simple solution. However, I didn't realise that before writing the tag was being read first. I've forked your...

@ghulamsabir5353 you can look at the diff (https://github.com/vilvic/nfc_in_flutter/commit/e668f4c3f266a77cd0761b374690e1bc57e89747) The problem seemed to be as soon as you write the tag it immediately tries to read the tag. You'll notice I...

> 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)

Check my comment here (https://github.com/semlette/nfc_in_flutter/issues/87)