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 101 forks source link

add asCopy param in UIDocumentPickerViewController #90

Closed celvinren closed 4 months ago

celvinren commented 9 months ago

When the users try to saveAs in ios, the Files app pop up and let the users select a path to save the file. However, the move button in this dialog in ios makes users confused. The users doesn't know what to do until they press on move button. Screenshot 2023-12-21 at 1 53 55 pm

slawekkaw commented 6 months ago

I confirm that on IOS there is MOVE instead of SAVE. I'm waiting for this fix. Thanks.