I've run into a challenge while working on my FlutterFlow project that I think many others might face too. I needed to add specific tags (like android:usesCleartextTraffic="true"
) to the AndroidManifest.xml file for my Android project, but FlutterFlow doesn’t currently offer a way to edit this file directly.
To work around this, I developed a script that monitors and updates the manifest file with the necessary tags. While this works, it’s not ideal for long-term use and may be challenging for those less comfortable with scripting.
Suggestion:
Could we get an integrated AndroidManifest editor within FlutterFlow?