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

Add initial support to Windows #72

Closed enzo-santos closed 8 months ago

enzo-santos commented 11 months ago

Uses the OPENFILENAMEA structure of Windows API to open a "Save as" dialog on Windows, allowing the user to select a directory, where its path will be returned from saveAs.

This PR

Hope this helps in some way, since it's a MVP. Any contribution is welcome!