incrediblezayed / file_saver

A simple flutter plugin for saving files in all platforms
https://pub.dev/packages/file_saver
BSD 3-Clause "New" or "Revised" License
75 stars 92 forks source link

UnimplementedError (UnimplementedError: Unimplemented Error) #80

Open milindgoel15 opened 9 months ago

milindgoel15 commented 9 months ago

It seems the Windows implementation is not done. Trying to save a file from the Windows app and it keeps throwing an unimplemented error. I saw a PR related to windows support https://github.com/incrediblezayed/file_saver/pull/72. Maybe that will solve anything

incrediblezayed commented 8 months ago

Hey, yes, that might solve the issue, will try to merge that asap

incrediblezayed commented 8 months ago

Hey @milindgoel15 I just merged the PR can you help me test on windows? I don't have a windows machine..

milindgoel15 commented 8 months ago

Yeah sure.

milindgoel15 commented 8 months ago

Just tested out all three save modes (saveAs, saveFile, saveFileOnly) and they work as expected. The saveAs function works in the way described in the PR.