flutter-form-builder-ecosystem / form_builder_file_picker

File picker field widget for FlutterFormBuilder.
https://pub.dev/packages/form_builder_file_picker
BSD 3-Clause "New" or "Revised" License
15 stars 33 forks source link

Make it possible for the list of attachments to be displayed #7

Open azimuthdeveloper opened 3 years ago

azimuthdeveloper commented 3 years ago

In my app the attachments look like this:

image

It'd be nice if I could alter the list of attachments to show either by thumbnail or by the name of the file 😊 in a column display.

danvick commented 3 years ago

Thanks for your suggestion @lewcianci. We'll consider including this.

deandreamatias commented 2 years ago

This is a hard this to do, because no all files has a preview easy to show. For example a docx or pdf

GouravShDev commented 2 months ago

can we add on tap to handle this by opening the file? As for pdf files, we can open the pdf viewer on the device.