

Optionally, it also supports filtering by file extension, otherwise all files will be selectable.

You can now pick multiple files by using the getMultiFilePath() method which will return a Map with all paths from selected files, where the key matches the file name and the value its path.FileType.CAMERA is no longer available, if you need it, you can use this package along with image_picker.Single methods such as getFilePath(), getMultiFilePath(), getFile() and getMultiFile() are no longer availble in favor o pickFiles().Major refactor with some clean-up and improvements.This is particularly helpful on web or if you are going to upload to somehwere else Added parameter withData that allows file data to be immediately available on memory as Uint8List (part of PlatformFile instance).On iOS picking audio now supports multiple and cloud picks.

Caching process is only made once, so once done, the picked instance should be the same
