1/2

Results 94 comments of 1/2

```yaml open_file: git: url: https://github.com/crazecoder/open_file.git ``` Please let me know if it can solve the problem

I have not received issues like this, and I have not reproduced the problem successfully. If you have used other plugins, please let me know, and I will try my...

when calling OpenFile.open, whether to open it with the same third-party app as file explorer

If you are using a simulator, try it on a real machine

I've tried it and it works, Make sure your PDF files are in the app's sandbox, Maybe that's the reason

The plugin calls a third-party app to open the file. If your phone does not have an app that can open the file format, it will return this message

I'm not sure about your usage scenario, but if you want to select a file, you can use file_picker to get the path

> Hi, > I have a similar scenario. My app needs to save downloaded files to public download dir (/storage/emulated/0/Download). > From API 29 the only way to do this...