核米
Results
3
comments of
核米
same error and on iOS
Hi everyone, I found a solution that's add this line to your code ```dart await FilePicker.platform.saveFile( //set the bytes bytes: Platform.isMacOS ? null : await file.readAsBytes(), ``` I have tested...
update to the latest dependency will fix this issue