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

[Request] Additional field for PlatformFile #10

Closed jasonlaw closed 2 years ago

jasonlaw commented 3 years ago

Could you please add a additional placeholder field for PlatformFile? I need a field to store the file ID (from database) value. The field could be Object/Dynamic type, or even a Map<String, dynamic> so that multiple values can be stored.