miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.32k stars 655 forks source link

can't reach photo gallery when using custom file type #1385

Closed heshesh2010 closed 10 months ago

heshesh2010 commented 11 months ago

Hi , when using allowedExtensions: ['jpg', 'pdf', 'jpeg', 'png'], fileType: FileType.custom);

I can't see there is any option on iOS to select photos from gallery , only showing google drive or local folders

philitell commented 11 months ago

I can confirm that - i would like to allow users to pick pdf's or images. But no images can be selected from the file-dialog.

 allowedExtensions: ['jpg', 'pdf', 'jpeg', 'png', 'heic', 'heif'], fileType: FileType.custom);
amkfat commented 11 months ago

same for me on ios. Do you have any solution or workaround?

github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 10 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

nguyenkhaimegatron commented 10 months ago

same issue

mehrzut commented 5 months ago

same issue

ahmadkhedr commented 1 month ago

same issue

nitinrgadhiya commented 1 week ago

Facing same issue, will you please fix it. this issue specific for iOS