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!
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