compose-multiplatform-file-picker
compose-multiplatform-file-picker copied to clipboard
A multiplatform compose widget for picking files
To run in the distributable version you need to add `modules("jdk.unsupported")`. This should be documented.
Debug mode: the file picker is the native (Explorer.exe) Release mode: the file picker is non-native (swing) Tested on only one machine: OS: windows 10 Koltin: 1.8.10 Compose: 1.4.1
I'm making a windows application that works with excel files. I added an option to add files: both drag and drop, and use file picker (by clicking on DnD box)....
Copied from [README](https://github.com/Wavesonics/compose-multiplatform-file-picker/commit/cad13b67331d1fd4b52cddf13d497a492c4948d4#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L67)
I have a very specific problem and may be related to #30? I'm unfortunately not very knowledgeable about how the JVM interacts with native system calls, so this is a...
Would it be possible, at least in desktop, that when the file picker opens it's as a modal dialog, so you cannot interact with the original app window?
In a way it feels extra to have those functions as composable. Since it is multiplatform, one might not want compose, maybe they have [React](https://kotlinlang.org/docs/js-react.html) and now they will need...
Hi, The library depends on material 2, despite it not needing it at all. It's also marked as api scope, which then carries down into applications using it. My material...
Some file extensions like .aab, .keystore or .jks are not found by File Picker on Android. This problem occurs on Android, I tested several extensions in the same code, I...
Changed code to show all files in the Picker if the type of file to be filtered is not specified (empty array)