flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.19k stars 26.64k forks source link

issue found on android 13 #147514

Open Mohammad2464 opened 2 weeks ago

Mohammad2464 commented 2 weeks ago

Steps to reproduce

It works fine on android 12 but when i run into android 13 i am not able to open gallery. Camera option works fine on every android version

Expected results

Not working

Actual results

When i run app on android 13 device. Image select from gallery button not working.

Code sample

Code sample ```dart [Paste your code here] ```

Screenshots or Video

Screenshots / Video demonstration [Upload media here]

Logs

Logs ```console [Paste your logs here] ```

Flutter Doctor output

Doctor output ```console [Paste your output here] ```

flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.19.5, on Microsoft Windows [Version 10.0.19045.4291], locale en-US) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [√] Chrome - develop for the web [√] Android Studio (version 2023.1) [√] VS Code (version 1.88.1) [√] Connected device (3 available) [√] Network resources

darshankawar commented 2 weeks ago

Thanks for the report @Mohammad2464 Do you get any error or exception when you say the gallery doesn't open ? Can you provide device details (make and model of android 13) on which this behavior occurs ? Can you also provide a short video showing the behavior ? Also check if there are any settings on that device which prevents opening gallery (ex: permissions) Also, check using image_picker plugin example on same device and see if you get same behavior or not.