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-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
+
## 10.0.0
2
+
### General
3
+
-**BREAKING CHANGE:** The `compressionQuality` property in the `pickFiles` method now defaults to `0`.
4
+
-**BREAKING CHANGE:** The `allowCompression` property has been deprecated in favor of `compressionQuality`, and now defaults to `false`.
5
+
6
+
### Android
7
+
- Fixed a permission denied exception on Android 11 or lower when `compressionQuality` is not `0`. ([#1742](https://github.com/miguelpruivo/flutter_file_picker/issues/1742)). [@vicajilau](https://github.com/vicajilau)
8
+
- Fixed an issue where images were duplicated to the "Pictures" folder on Android. ([#1743](https://github.com/miguelpruivo/flutter_file_picker/issues/1743)) [@vicajilau](https://github.com/vicajilau)
9
+
1
10
## 9.2.3
2
11
### Desktop (macOS)
3
12
- Fixed an issue when the active viewController is not a FlutterViewController.
4
13
5
14
## 9.2.2
6
15
### Desktop (macOS)
7
-
- Updated the file picker to check for missing entitlements, instead of failing silently.
16
+
- Updated the file picker to check for missing entitlements, instead of failing silently.[@vicajilau](https://github.com/vicajilau).
result.error(TAG, "Unsupported filter. Make sure that you are only using the extension without the dot, (ie., jpg instead of .jpg). This could also have happened because you are using an unsupported file extension. If the problem persists, you may want to consider using FileType.any instead.", null);
0 commit comments