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

How to upload the image. #5

Closed hemadri-divii closed 3 years ago

hemadri-divii commented 4 years ago

It returns selected image as a string but I need it as a File.

danvick commented 3 years ago

This is how you'd get the file from the given path: final File myFile = File(path);