You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 10.1.0
2
+
### Desktop (macOS)
3
+
- Introduced a new method, `pickFileAndDirectoryPaths()`, which displays a dialog enabling users to select both files and directories simultaneously. The method returns their absolute paths. Only available for macOS.
4
+
1
5
## 10.0.0
2
6
### General
3
7
-**BREAKING CHANGE:** The `compressionQuality` property in the `pickFiles` method now defaults to `0`.
See the [API section of the File Picker Wiki](https://github.com/miguelpruivo/flutter_file_picker/wiki/api) or the [official API reference on pub.dev](https://pub.dev/documentation/file_picker/latest/file_picker/FilePicker-class.html) for further details.
50
52
@@ -170,7 +172,7 @@ For full usage details refer to the **[Wiki](https://github.com/miguelpruivo/flu
0 commit comments