App must support 16 KB memory page sizes on Google Play Store

Integrations

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?

What have you tried so far?

I have tried to manually build the app, publish to GooglePlay in testing track, and promote it to Production, I also tried to upload the bundle directly to the Production track.

I unzipped the AAB bundle, and checked the headers of the .so libs, and identified the libs, that are problematic. A have also identified the package, that included these libs.

Did you check FlutterFlow's Documentation for this topic?
No
3
2 replies