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

iOS: Button "Move" instead of "Save" #111

Closed slawekkaw closed 1 month ago

slawekkaw commented 3 months ago

When the user tries to saveAs in iOS, the dialog app pop up and the user can select a path to save the file, but the button is "Move". User expects button "Save"

Screenshot 2024-03-22 at 2 59 01 PM

(As celvinren wrote ) there is necessary small change in one line code for iOS.

I think it should be fixed.

incrediblezayed commented 1 month ago

Done!