I now get error on GooglePlay when deploying to production branch that, my app needs to support 16KB memory page sizes. I have narrowed the main problem down to this package:
https://pub.dev/packages/apivideo_live_stream/versions/1.0.7
And these libs:
base/lib/arm64-v8a/libcrypto.so
base/lib/arm64-v8a/librtmp.so
base/lib/arm64-v8a/librtmpdroid.so
base/lib/arm64-v8a/libssl.so
base/lib/x86_64/libcrypto.so
base/lib/x86_64/librtmp.so
base/lib/x86_64/librtmpdroid.so
base/lib/x86_64/libssl.so
Which I suppose is added because of MUX Live streams integration. But since this dependecy is not mine, and is added by FlutteFlow, I can't even try to get rid of it and try to find some other package, that will be compliant with the GooglePlay regulations. So I want to ask, what should I do? Will FlutterFlow find some other package for live streaming and replace this one? Or would you at least pressure the developer of this one to recompile or update the libs, that are problematic?