Skip to content

Releases: miguelpruivo/flutter_file_picker

4.2.1

06 Nov 14:44
Compare
Choose a tag to compare

2.0.0 - Unified platforms, platform file and more

18 Sep 22:25
Compare
Choose a tag to compare
drop file type filter when picking a directory

Previously, the file filter was set to "*.*" which
somehow led to all directories being disabled as
not clickable / selectable in the directory picker
dialog on Linux (Ubuntu 19). As stated in the docs
of "gen2brain/dlgs", setting the file filter to a
blank string will display all file types.
Tested on Ubuntu 19. Works.

Android V2 embedding

14 Mar 17:47
Compare
Choose a tag to compare
- Adds support for Android V2 embedding;
- Refactors FileType to match camelCase enum Dart guideline;

v1.4.0

31 Aug 14:28
Compare
Choose a tag to compare
see changelog (v1.4.0)

* Better handling on Android of buggy file managers that return no intent when canceling the file selection even though it returns Activity.RESULT_OK (#111)

* Add file_picker Go support. (#132)

* Add file_picker Go support.

Originally written by @chunhunghan, cleaned up and fixed for MacOS by Geert-Johan Riemer.

Co-authored-by: chunhunghan <[email protected]>

* Add improved instructions to go/README.md

* removes deprecated Android SDK code and fixes an issue that could prevent some downloaded files from being picked

* adds getMultiFile and prevents UI blocking when picking large remote files

* updates readme file

v1.3.5: Adds the document picker delegate for versions below iOS 11 (#87)

29 May 22:53
b72483d
Compare
Choose a tag to compare
* If file not choosen getFile() should return null

* minor fix

* fixes an issue where sometimes getFilePath could return a List instead of a String

* minor fixes

* Update README.md

* Fix for background activities trying to register the plugin (#66)

* Beta (#55)

* If picker is canceled in `getFile()`, it should return `null`

* Beta (#60)

* Added a check to registerWith to prevent background flutter view from trying to register the plugin, as there won't be any activity.

* 1.3.3 > 1.3.4

* removes a build.gradle depdency that should't have been added in the last commit

* Adds the document picker delegate for versions below iOS 11

v1.3.4+1: Beta (#73)

21 Apr 01:10
31fe52d
Compare
Choose a tag to compare
* If file not choosen getFile() should return null

* minor fix

* fixes an issue where sometimes getFilePath could return a List instead of a String

* minor fixes

* Update README.md

* Fix for background activities trying to register the plugin (#66)

* Beta (#55)

* If picker is canceled in `getFile()`, it should return `null`

* Beta (#60)

* Added a check to registerWith to prevent background flutter view from trying to register the plugin, as there won't be any activity.

* 1.3.3 > 1.3.4

* removes a build.gradle depdency that should't have been added in the last commit

v1.3.0: Merge pull request #47 from miguelpruivo/beta

12 Mar 01:51
d026ae9
Compare
Choose a tag to compare

v1.2.0

28 Feb 12:17
Compare
Choose a tag to compare
1.1.1 > 1.2.0