Krunal Gandhi
Krunal Gandhi
hello, any update on this? How can we prevent Android native app or any other app from reading NFC tag when tag is being read by Flutter app using this...
I found that api.dart file in this plugin has method to use ForegroundDispatch instead of readerMode. I tried using that along with appropriate intent filter in AndroidManifest.xml and it did...
One way to avoid the default "New tag scanned" popup is to run a continuous background read when the application starts/resumes (application is in the foreground). Keep ignoring any tags...