I am having a problem with reading NFC chips on Android phones. The problem is that when I scan one in my Flutter app, it opens a new window and it says "New Tag Scanned".
This is annoying because it leaves the app and I have to go back to it. I have tried searching for it but every if any solutions are for the "nfc_in_flutter" plugin, but I am using the "nfc_manager" one. I can't use "nfc_in_flutter" because it is outdated and incompatible with Dart 3.
Here are some sources I found:
https://github.com/semlette/nfc_in_flutter/issues/50
nfc_in_flutter: How to prevent "New Tag Scanned" in android version?
When app receives NFC data it opens "New Tag collected" // Best I found, but still doesn't work
Does anyone know how I can keep this window from opening?