Skip to content

Commit 2db7d1e

Browse files
committed
fix: Correct file type filtering
This commit fixes an issue where file type filtering was not being applied correctly. Now, only files that match the selected MIME types are displayed. Updates the package version to 10.3.7 and adds the change to the `CHANGELOG.md`.
1 parent 629ba83 commit 2db7d1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.3.7
2+
### General
3+
- Fixed an issue where file type filtering was not being applied correctly, now only displaying files that match the selected MIME types. [#1906](https://github.com/miguelpruivo/flutter_file_picker/pull/1906)
4+
15
## 10.3.6
26
## Android
37
- Added support for 16 KB page sizes. [#1888](https://github.com/miguelpruivo/flutter_file_picker/issues/1888)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
33
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
44
repository: https://github.com/miguelpruivo/flutter_file_picker
55
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
6-
version: 10.3.6
6+
version: 10.3.7
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)