Hey, fellow FlutterFlow friends :))
I am trying to get my custom camera working, but I cannot find a way to change the the permission in the androidmanifest.xml. The problem: Flutterflow sets android.permission.WRITE_EXTERNAL_STORAGE@maxSdkVersion value=(32) and camera_android_camerax sets it to (28). Can someone please help me or point me in the right direction? Every answer I found ist coming back to change it manually in the code (or push the app through android studio, of course). But Flutterflow doesnt give me this option, i fear.
I want the camera: ^0.11.1 dependency, because its bringing camera_android_camerax: ^0.6.15 automatically. (When I downgrade to camera: ^0.10.6, everything is working fine, because camera_android_camerax is not loading...)
Thanks so much in advance a lot and cheers :))
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed : Attribute uses-permission#android.permission.WRITE_EXTERNAL_STORAGE@maxSdkVersion value=(32) from AndroidManifest.xml:7:79-105
is also present at [:camera_android_camerax] AndroidManifest.xml:13:9-35 value=(28).
Suggestion: add 'tools:replace="android:maxSdkVersion"' to <uses-permission> element at AndroidManifest.xml to override.