|
|
|
|
@ -147,7 +147,7 @@ class _MultiFilesPickerState extends State<MultiFilesPicker> with TickerProvider
|
|
|
|
|
FilePickerResult result = await FilePicker.platform.pickFiles(
|
|
|
|
|
type: FileType.custom,
|
|
|
|
|
allowMultiple: true,
|
|
|
|
|
allowedExtensions: ['jpg', 'png', 'pdf', 'doc', 'docx', 'xlsx', 'pptx'],
|
|
|
|
|
allowedExtensions: ['jpg', 'jpeg', 'png', 'pdf', 'doc', 'docx', 'xlsx', 'pptx'],
|
|
|
|
|
);
|
|
|
|
|
if (result != null) {
|
|
|
|
|
for (var path in result.paths) {
|
|
|
|
|
|