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

Allow to customise the view of pickers #69

Closed lowminchien closed 11 months ago

lowminchien commented 11 months ago

Solution description

Add customTypeViewerBuilder parameter to allow us to customise the view of the pickers, instead of using the Row widget with the MainAxisAlignment.spaceBetween alignment.

Screenshots or Videos

With this feature, we can achieve some custom looks like below: image

or align all pickers to the end: image