allowedExtensions not working in reactive_file_picker package. This show all files. How to solve this error?
OS: Linux (Ubuntu)
ReactiveFilePicker<String>(
formControlName: 'file1',
allowMultiple: true,
allowedExtensions: ['jpg'],
filePickerBuilder: (pickImage, files, onChange) {