Skip to content

Commit 697d205

Browse files
committed
feat(android): Add support for 16 KB page sizes
This commit introduces support for 16 KB page sizes on Android. The package version has been updated to 10.3.6 and the changelog has been updated to reflect this change.
1 parent 856f740 commit 697d205

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.6
2+
## Android
3+
- Added support for 16 KB. [#1888](https://github.com/miguelpruivo/flutter_file_picker/issues/1888)
4+
15
## 10.3.5
26
## iOS
37
- Fixed an error when loading large files (>= 2GB~).

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.5
6+
version: 10.3.6
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)