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

Hi using the latest version of the multiple file picker (3.1.0) using the following snippet of code: ```kotlin MultipleFilePicker( show = //showFilePicker, fileExtensions = //file extensions ) { assets ->...

Addresses Issue https://github.com/Wavesonics/compose-multiplatform-file-picker/issues/8 Milestones: - [x] Android - [x] ~~Web~~ The Web implementation was removed during a refactor due to not being able to implement it. - [x] JVM -...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/wrapper-validation-action](https://togithub.com/gradle/wrapper-validation-action) | action | major | `v2` -> `v3` | |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action) | action | minor | `v3.1.0` -> `v3.4.2` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.activity:activity-compose](https://developer.android.com/jetpack/androidx/releases/activity#1.9.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.8.2` -> `1.9.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/wrapper-validation-action](https://togithub.com/gradle/wrapper-validation-action) | action | patch | `v2.1.1` -> `v2.1.3` | ---...

I added back the useful method `getBytes()` that was here before to `PlatFormFile` with the exact same logic as before, except for Android where I added the fix from @shubhamsinghshubham777...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `8.6` -> `8.8` | --- ### Release Notes...

While maybe not strictly a "picker" anymore, it would be nice to also have a dialog for saving files.

I have code that's working fine in other Compose clients but on Android I'm getting following when calling `getFileByteArray` ``` 01-14 19:37:45.657 22788 22788 E AndroidRuntime: java.lang.IllegalArgumentException: Uri lacks 'file'...