Skip to content

Releases: miguelpruivo/flutter_file_picker

10.3.8

18 Dec 15:00
7e545fa

Choose a tag to compare

iOS

  • Rename FileUtils to FilePickerUtils #1921

Android

  • Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.

10.3.7

21 Nov 08:31
33476e1

Choose a tag to compare

Android

  • Fixed an issue where file type filtering was not being applied correctly, now only displaying files that match the selected MIME types. #1906

10.3.6

11 Nov 16:22
1a71293

Choose a tag to compare

Android

  • Added support for 16 KB. #1888

10.3.3

11 Sep 09:43
3fd581f

Choose a tag to compare

Android

  • Updated compileSdk to use flutter.compileSdkVersion. #1842

Linux

  • Fixed an issue where initialDirectory was not working. #1878

10.3.2

20 Aug 07:16
196af17

Choose a tag to compare

Linux

10.3.0

11 Aug 12:15
75f6c0b

Choose a tag to compare

Desktop

Android

  • Fixed an issue where CSV files were not properly filtered during file selection. #1849 @SoftWyer

10.1.0

10 Apr 20:55
9d62f50

Choose a tag to compare

What's Changed

  • feat: introduce new method pickFileAndDirectoryPaths() by @philenius in #1759

Full Changelog: 10.0.0...10.1.0

10.0.0

10 Apr 20:53
2012577

Choose a tag to compare

What's Changed

  • BREAKING CHANGE: The compressionQuality property in the pickFiles method now defaults to 0.
  • BREAKING CHANGE: The allowCompression property has been deprecated in favor of compressionQuality, and now defaults to false.
    Both changes by @vicajilau in #1744.

Full Changelog: 9.2.3...10.0.0

9.2.3

10 Apr 20:52
1d93d9f

Choose a tag to compare

What's Changed

Full Changelog: 9.2.2...9.2.3

9.2.2

10 Apr 20:52
30c42b9

Choose a tag to compare

What's Changed

Full Changelog: 9.2.1...9.2.2