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

Desktop support #57

Closed divan closed 1 year ago

divan commented 1 year ago

Form Builder is awesome for forms and Flutter is awesome for building desktop apps. Forms are often a crucial part of any app.

It would be nice to have support for desktop (macos, linux, windows) out of the box for all fields. Could it be even made mandatory for Form Builder ecosystem? It's really dissapointing to see that some fields simply don't work on desktop.

Another issue is that there is no fundamental reason why they don't work. File pickers work perfectly on Flutter for desktops.

This issue has been tracked briefly here https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues/23, and I'm still using my fork, but as I see this package is still listed as not supporting desktop.

What's needed to be done, so it supports desktop platforms?