miguelpruivo/flutter_file_picker

FileType.custom not opening gallery in android

Closed this issue · 2 comments

I want to select files from gallery(images, videos). I am using it like: await FilePicker.platform.pickFiles(allowMultiple: true,
type: FileType.media, );

It's working fine on ios(opens photo app for selecting media) but on android its not opening gallery. If i use FileType.image then its working fine on both platforms but my case is to choose multiple images n videos. FileType.media must open photo app n gallery on respective platforms. Please fix this

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

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