Robert
Robert

Reputation: 5855

File Picker plugin

Looking to see if anyone knows of a File Picker plugin similar to the image_picker, but for files, so that they can be uploaded from a mobile device.

Looking for a plugin or any example if anyone has done it already.

Thanks for any help.

Upvotes: 6

Views: 1147

Answers (1)

Lucas
Lucas

Reputation: 2832

I started hacking this together. I got it basically working for android. Here is the repository.

It actually copies the selected file to the app's temp directory and then provides the path, since there's no way I can see to get the file data from the OS to flutter.

Upvotes: 2

Related Questions