File Upload
Both the FUIFileUploadDropbox
and the FUIFileUploadItem
are merely aesthetic widgets that lack any functional capabilities for file uploading.
File Uploading Demo and Code
The demo application includes a simulated file uploading functionality (which utilizes the flutter_dropzone package). Please refer to the demo folder for further details.
lib/demo/inputs_and_forms/inputs/demo_input_fileupload.dart
Last updated