Apps that have a one-time or infrequent need to access these files are requested to use a system picker such as Android photo picker. In Flutter we have android photo picker package?
Looks like a good starting point, have you tried it out in a live project yet? Curious how smooth the integration is with Flutter.
Use image_picker and see the instructions on the Android plugin to force the use of the Android Photo Picker on Android 12 and below.
But if we use Image_picker is working fine. While we send it to for android approval, the reply will be same, that we need to use the android photo manager. IS there any way top approve using the image_picker?
The instructions I previously provided are what I used to publish an app using image_picker within the last couple of months. You need to perform extra integration steps as cited to force the use of the new photo picker on Android.