Hi,
I have been developing my app on ios with flutter_js which works great -Thank you for this amazing package.
When I started testing my flutter app, which embeds and executes javascript collected from a screen - fails silently on android.
I have added debug statements all through the flow but it does not indicate the error.
One change I had to introduce even to get to the point of realizing the execution flow is reaching the execution of flutter_js is I had to add the following to android/app/src/main/AndroidManifest.xml
to the android:usesCleartextTraffic="true"
Did you notice any issues recently when using the package on android.
I have tested on Android emulator (Android 16) and a physical device Galaxy S21(Android 14)with the same result.
Any pointers greatly appreciated.
Thank you,
Ratna