-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
- 尝试同时新建目录和txt文件,但搜索时只显示文件夹;并非甄别器问题
- debug后发现 在新建 FIle()类时 层级中就不包含目标文件; .listFiles()同样如此
- 权限是加了的;请问这种问题有常规解决方案吗?
-
在SDK30及以上的平台中授予了MANAGE_EXTERNAL_STORAGE权限后,打开FilePicker依旧提醒未授予权限且无法使用。可否解决这个问题
-
I have PDF files downloaded in my device, but AndroidFilePicker does not show them, so I cannot select them. How can I do this?
-
运行demo,Android 11测试机,无法展示文件夹下的文件,把targetSdkVersion改成29就好了,希望适配一下
-
作者您好,我想问一下为什么只有图片和视频类型的可以显示,而pdf txt等类型的文件都无法显示呢,我使用了AbstractFileFilter
```
if (fileItemBean.isDir()
|| fileItemBean.getFileType() instanceof TextFileType
|| fileItemBean.getFileType() in…
-
Android 11 has been released for one year and more. All docs on the Android official website are still telling that the Scope Storage would be force enabled and the `requestLegacyExternalStorage` woul…
rosuH updated
2 years ago
-
-
自己定义了几个文件类型,但是无法添加,java项目,大佬可以解决下这个吗?
调用时是这样的提示:方法都带release的
```
FilePickerManager.INSTANCE
.from(this)
.enableSingleChoice()
.setSelfFileType$filepicker_release()
…
-
E/MessageQueue-JNI: java.lang.NullPointerException: Attempt to get length of null array
at me.rosuh.filepicker.utils.FileUtils$Companion.produceListDataSource(FileUtils.kt:74)