Skip to content

Releases: miguelpruivo/flutter_file_picker

8.0.0

20 Mar 16:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.2...8.0.0

5.3.2

25 May 10:28
a8346ee
Compare
Choose a tag to compare

Bumps the dependency win32 to 5.0.2 (#1281). Thank you @frg2089!

5.3.1

25 May 10:27
85ecbae
Compare
Choose a tag to compare

Bump Dart SDK lower bound to <4.0.0 to support Dart 3. Thank you @navaronbracke!

5.3.0

25 May 10:30
65a7c60
Compare
Choose a tag to compare
  • Updates Gradle to version 7.5
  • Adds the namespace property for compatibility with Gradle 8

Thank you @navaronbracke

5.2.11

21 Apr 19:13
ae93637
Compare
Choose a tag to compare

Updates dependencies, including win32 bump to 4.1.3 (#1255).

5.2.10

19 Apr 20:06
eea91e0
Compare
Choose a tag to compare

Fixes the bug that the result of the save-file dialog was incorrect when it was invoked with a long default file name but the user selected a file with a much short file name (#1257).

5.2.9

19 Apr 20:06
f709753
Compare
Choose a tag to compare

Fixes the errors Type 'Uint8List' not found and 'Uint8List' isn't a type (#1260). Thank you @miguelslemos!

5.2.8

19 Apr 20:06
7f00932
Compare
Choose a tag to compare

Fixes the bug that the current directory sometimes changed after the user picked a file. Now, after the dialog is closed, the current directory is automatically restored to its original value even if the user changed the directory while searching for files (#1254). Thank you @Tokenyet!

5.2.7

05 Apr 22:41
b060f04
Compare
Choose a tag to compare

Fixes the behavior of the saveFile() dialog on Windows. Now, when the user selects an already existing file, then Windows prompts the user to confirm overwriting this file. This change makes the dialog behave the same on all desktop platforms (macOS, Linux, and Windows). Previously, Windows would not have asked the user for confirmation (#989).

5.1.0

15 Sep 10:10
Compare
Choose a tag to compare