compose-multiplatform-file-picker icon indicating copy to clipboard operation
compose-multiplatform-file-picker copied to clipboard

A multiplatform compose widget for picking files

Results 43 compose-multiplatform-file-picker issues
Sort by recently updated
recently updated
newest added

this happens at runtime on macOS apple silicon, just by adding the dependency ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: 'long org.jetbrains.skiko.MetalApiKt.openAutoreleasepool()' at org.jetbrains.skiko.MetalApiKt.openAutoreleasepool(Native Method) at org.jetbrains.skiko.MetalApiKt.access$openAutoreleasepool(MetalApi.kt:1) at org.jetbrains.skiko.redrawer.MetalRedrawer.performDraw(MetalRedrawer.kt:251) at org.jetbrains.skiko.redrawer.MetalRedrawer.redrawImmediately(MetalRedrawer.kt:117)...

- [x] Build only mpfilepicker module with `./gradlew :mpfilepicker:build` - [x] Use M1 macOS for better efficiency: [source](https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/)

https://github.com/Wavesonics/compose-multiplatform-file-picker/actions/runs/7045676420

Thanks for iOS supported add. But we can't select from iPhone Photos.

version: v2.0.2 operating system: macOS Monterey v12.6.1 JDK: IBM OpenJ9, version: 17.0.8 ### demo: ```kotlin import androidx.compose.foundation.layout.Column import androidx.compose.material.Button import androidx.compose.material.Text import androidx.compose.runtime.getValue import androidx.compose.runtime.mutableStateOf import androidx.compose.runtime.remember import androidx.compose.runtime.setValue import...

It would be great if we support to capture image from Camera in All platforms

After signing with a certificate, a view for selecting files pops up, but there is no response when clicking the target.

Add support for ARM macs on top of intel macs

Can we configure which file picker to use on Windows? We now have the smaller variant, but there is also a bigger one including a sidebar. I would prefer to...

This PR fixes the library crash when the user tries to extract `ByteArray` out of a selected file that has the fileScheme of type `content` (`content://---`) instead of `file` (`file://---`)....