flutter_document_picker
Allows user pick a document. Picked document is copied to app temporary directory. Optionally allows pick document with specific extension only.
5.2.3
17K downloads/mo
#2379 most downloaded on pub.dev
sidlatau/flutter_document_picker
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.3 years
Nearly every release is documented
notes for 23 of 24 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
26 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
26 releases · Sep 2018 to Jun 2023Releases
latest 26-
5.2.307 Jun 2023 -
5.2.206 Jun 2023Release notes
Open source →- Updated example app. Thanks, @EnesKaraosman (PR #47)
- Fixed issue when no files are selected. Thanks, @alexei-kruk-idf (PR #48)
-
5.2.107 May 2023 -
5.2.006 May 2023 -
5.1.017 May 2022 -
5.0.1-nullsafety.005 Feb 2021 pre-release -
5.0.0-nullsafety.009 Jan 2021 pre-release -
4.0.105 Feb 2021Nothing published for this version
-
4.0.010 Feb 2020Release notes
Open source →- Support Android V2 embedding.
- Specify that this plugin is for Android / iOS platforms only.
-
3.0.112 Dec 2019Release notes
Open source →- Fixed crash in Android when plugin is used without activity (issue #30). Special thanks to @LinusU for fixing the issue!
-
3.0.005 May 2019Release notes
Open source →- Added ability to filter by multiple MIME types in Android.
BREAKING:
allowedMimeTypeparameter is replaced withallowedMimeTypes.MIGRATION:
Just change
allowedMimeType: 'value'to arrayallowedMimeTypes: ['value'] -
2.0.025 Feb 2019 -
1.4.022 Jan 2019 -
1.3.009 Jan 2019 -
1.2.008 Dec 2018 -
1.1.319 Oct 2018 -
1.1.208 Oct 2018 -
1.1.128 Sep 2018Release notes
Open source →- Fixed bug when plugin reacted to not its own request codes (Issue #6). Special thanks to @acheronian for spotting the issue!
-
1.1.022 Sep 2018Release notes
Open source →- Added
allowedMimeTypeparameter to filter files by MIME type in Android.
- Added
-
1.0.114 Sep 2018Release notes
Open source →- Fixed bug when small file got corrupted after copying (Issue #3). Special thanks to @przemyslawsikora for spotting the issue!
-
1.0.005 Sep 2018 -
0.1.105 Sep 2018 -
0.1.004 Sep 2018 -
0.0.303 Sep 2018 -
0.0.201 Sep 2018 -
0.0.101 Sep 2018Release notes
Open source →- Initial version that works on Android and iOS. Has ability to filter file to pick by extension.