-
到FilePickerActivity 的loadFileRunnable 里面走没法继续走了
-
### Description
After a file is selected with file picker, `OpenReadAsync` throws `UnauthorizedAccessException` when trying to open the file.
The same code base is working with 1.6.0-pre4.
…
-
I tried this on flutter 1.26 and got error.
```
Note: /home/ashwin/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-2.1.5+1/android/src/main/java/com/mr/flutter/plugin/filepicker/FilePickerP…
-
```
E/AndroidRuntime: FATAL EXCEPTION: main
Process: sa.waqood.labonclickjava, PID: 12002
java.lang.RuntimeException: Unable to start activity ComponentInfo{sa.waqood.labonclickjava/com.jai…
-
### Description
File Picker permission check does not work. Denying permissions still access files
### Steps to Reproduce
1. Use FilePicker.PickAndShow
2. Install the app for the first time …
-
**Describe the bug**
If I put this example code in my project ( and import file picker 2.1.6 or 3.0.0) it throws an error at startup:
```dart
FilePickerResult result = await FilePicker.plat…
-
### Description
Selecting any file on Android does not work.
### Steps to Reproduce
1. Start selecting the file. File picker will open
2. Pick the file which resides on the phone (to be sure…
-
**Describe the bug**
Images generated from pdfs sometimes have wrong orientation. It works fine with most pdfs, but there were problems with one pdf I tested this with.
**To Reproduce**
This is t…
-
Before creating an issue, make sure that you are on the latest `file_picker` version and that there aren't already any similar opened inssues. Also, check if it isn't described on the [Wiki](https://g…
-
Hi,
when I am starting my project i get the following error message. I can avoid it by running the project without the "flutter_material_pickers" dependency then adding it again and use run again w…