Hi, I'm building an NFC capable app, and I want my app to start when an NFC tag is read. For this I need to set an intent filter in the AndroidManifest.xml
I know I could download the code and add it in the local project, but it wouldnt be "attached" to flutterflow code an I would have to start generatin the apk localy.
Is there a way to do this natively in flutterflow?
I might also need to add some java/Kotlin native code. Is there a way to do this?