codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

showMaterialFilePicker Function onChanged value changed #18

Closed Alfie705 closed 3 years ago

Alfie705 commented 3 years ago

FilePicker new version is using PlatformFile on the value changed function not Uint8List.

codegrue commented 3 years ago

Yes this was a breaking change with FilePicker that cascaded into this project. You will have to update your code to use the latest version.