philenius

Results 12 comments of philenius

@miguelpruivo I agree with you. I'm confident that this feature is possible on Windows and Linux (not macOS though). But as of right now, there are two further features /...

hey @Tokenyet, I'm sorry that I wasn't active last year when you initially created this PR. Thank you for your input. I included your changes in #1256 and gave you...

@MilesAdamson, you're welcome to contribute to this repo. Miguel is too busy :wink:

Hi @csnelsonchu , I assume that you're referring to our Windows desktop implementation? Thanks for letting us know that files from OneDrive cannot be picked. Our Windows implementation uses the...

Btw, on Windows 11, I can pick files from OneDrive: ![pick-from-onedrive](https://github.com/miguelpruivo/flutter_file_picker/assets/9049899/7451170f-3c8d-48be-858b-e0d40b0a2cbd) The only prerequisite is that the OneDrive client is running so that the selected file can be downloaded.

Thank you very much for your contribution, @MateusRodCosta. I'll look into your PR within the next few days.

@MateusRodCosta thanks for your implementation. > I added a small converter from the file:// uri to a normal file path, since I believe that's how file_picker would like it, but...

I posted a question in https://github.com/canonical/xdg_desktop_portal.dart/issues/87. Maybe we'll figure it out this way.

I can reproduce this problem. The function `fPutObject()` is defined in the extension `MinioX` for the class `Minio`. The latter class is defined in the file `src/minio.dart` which is exported...

Bug fix: add `export 'io.dart';` in `minio.dart`.