flutter_document_picker icon indicating copy to clipboard operation
flutter_document_picker copied to clipboard

Allows user pick a document. Picked document is copied to app temporary directory. Optionally allows pick document with specific extension only.

Results 9 flutter_document_picker issues
Sort by recently updated
recently updated
newest added

Build fails in Flutter sdk 3.19.5. This can be avoided by writing the following to build.gradle, but since it requires downloading the package source and including it in the project,...

According to docs, Flutter Document Picker parameter `allowedMimeTypes` allows to list mime types which will be shown in select dialog. > /// Android only. Allowed MIME types. /// Only files...

You cannot select the Android/data folder under Android 13。

``` var path = await FlutterDocumentPicker.openDocument( params: FlutterDocumentPickerParams(), ); ``` When I close dialog not by pressing "Cancel" button, but just swiping down the path is still awaited.

When dialog is open `statusBarBrightness` should be dark because status bar color is always black.

after integrating the plugin, my app keeps crushing on ios ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel master, v1.15.22-pre.24, on Mac OS X...

This used to work but now on android I get this error after choosing a document and nothing it return to the app. E/ActivityTrigger: activityResumeTrigger: not whiteListed

Dear Flutter Community, I hope you're doing well. I'm currently using Flutter's latest stable version(3.32.7) and noticed that the flutter_document_picker plugin(last update in July 2023) appears incompatible with newer Flutter...