loic-hamdi / multiple_images_picker

MIT License
4 stars 12 forks source link

Required support for android 13 #10

Open yashrecos opened 9 months ago

yashrecos commented 9 months ago

Bug Report

multiple_images_picker 1.0.1

Platform: Android

Platform Version: 13

Is it happening on Android: Yes

Is it happening on iOS: No

Describe the bug

On Android 13, when using the multiple_images_picker version 1.0.1, the application encounters a "Permission Denied" error

Steps to Reproduce

  1. Install the application on a device running Android 13.
  2. Navigate to the screen/component where image picking is implemented.
  3. Trigger the image picker to select images.
  4. Observe the "Permission Denied" error.
BunnyBuddy commented 8 months ago

Almost all the plugins found on pub.dev are not compatible with android 13 and so on due to recent changes in how the permissions are handled. Only 2 plugins seem to handle it efficiently right now,

wechat_asset_picker image_picker

BunnyBuddy commented 8 months ago

You can try Multi_Image_Picker_Plus its the same plugin but updated