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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
+
## 10.3.0
2
+
### Desktop
3
+
- Support xdg desktop portal filechooser on linux. [#1827](https://github.com/miguelpruivo/flutter_file_picker/issues/1827)[@Decodetalkers](https://github.com/Decodetalkers)
4
+
5
+
### Android
6
+
- Fixed an issue where CSV files were not properly filtered during file selection. [#1849](https://github.com/miguelpruivo/flutter_file_picker/pull/1849)[@SoftWyer](https://github.com/SoftWyer)
7
+
1
8
## 10.2.4
2
9
### Android
3
-
- Fixed an issue where custom MIME types were failing to load picking files on Chromebook. [#1858](https://github.com/miguelpruivo/flutter_file_picker/issues/1858)
10
+
- Fixed an issue where custom MIME types were failing to load picking files on Chromebook. [#1858](https://github.com/miguelpruivo/flutter_file_picker/issues/1858)[@vicajilau](https://github.com/vicajilau)
4
11
5
12
## 10.2.3
6
13
### General
7
-
- Fixed build failures on Flutter 3.24 caused by changes to address Win32 deprecation warnings on Windows. [#1855](https://github.com/miguelpruivo/flutter_file_picker/issues/1855)
14
+
- Fixed build failures on Flutter 3.24 caused by changes to address Win32 deprecation warnings on Windows. [#1855](https://github.com/miguelpruivo/flutter_file_picker/issues/1855)[@vicajilau](https://github.com/vicajilau)
8
15
9
16
## 10.2.2
10
17
### Android
11
-
- Fixed an issue where some files would incorrectly append a `.txt` extension when saving files on Android.
18
+
- Fixed an issue where some files would incorrectly append a `.txt` extension when saving files on Android. [@vicajilau](https://github.com/vicajilau)
0 commit comments