Releases: miguelpruivo/flutter_file_picker
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
Fixes the behavior of the saveFile()
dialog on Windows. Now, when the user selects an already existing file, then Windows prompts the user to confirm overwriting this file. This change makes the dialog behave the same on all desktop platforms (macOS, Linux, and Windows). Previously, Windows would not have asked the user for confirmation (#989).
5.1.0
4.5.0
4.4.0
Adds the additional parameter initialDirectory
to configure the initial directory where the dialog should be opened. This parameter is supported for all three dialogs (pick files, pick directory, and save file). The only exception is that the parameter does not work on Windows for the function getDirectoryPath()
. Please note that this feature has not been implemented for Android and iOS (#859).
4.3.3
Introduces two fixes for the KDE Plasma Linux implementation which uses kdialog
to open the file picker dialogs. Firstly, the selection of multiple files is fixed so that file paths with blanks/spaces are handled correctly. Secondly, file type filters are implemented. Thank you @w1th0utnam3.
4.3.1
Adds support for Linux distributions with KDE Plasma which typically don't ship with zenity or qarma but instead offer KDialog. Thank you @mnipritom.