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.35k stars 673 forks source link

Can't pick just rar Files on IOS #1550

Closed VeyselSahn closed 3 months ago

VeyselSahn commented 4 months ago

Title: FilePicker doesn't work with .rar files on iOS when using custom allowedExtensions

Description:

When using the following code to pick files with specific extensions, the picker works for .xml and .zip files, but it does not work for .rar files on iOS:

FilePickerResult? result = await FilePicker.platform.pickFiles( allowMultiple: false, type: FileType.custom, allowedExtensions: ["xml", "zip", "rar"], ); This issue occurs only on iOS devices. It would be great if this could be investigated and resolved. Thank you!

package version: 8.0.5

github-actions[bot] commented 4 months ago

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

github-actions[bot] commented 3 months ago

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