FileKit
FileKit copied to clipboard
Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.29.0 to 0.30.0. Release notes Sourced from com.vanniktech.maven.publish's releases. 0.30.0 Add support for Dokka 2.0.0-Beta Supports org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled Supports both org.jetbrains.dokka and org.jetbrains.dokka-javadoc If both are applied the...
Bumps [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) from 3.0.0-alpha10 to 3.0.0-rc01. Release notes Sourced from io.coil-kt.coil3:coil-compose's releases. 3.0.0-rc01 See CHANGELOG.md. Changelog Sourced from io.coil-kt.coil3:coil-compose's changelog. [3.0.0-rc01] - October 8, 2024 For the full list of...
Bumps `kotlin` from 2.0.20 to 2.0.21. Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.20 to 2.0.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-test's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend....
I opened this issue before and it seemed to be resolved, but one problem is still exists I use this code to open dialog: val launcher = rememberFilePickerLauncher( type =...
It will be good to have possibility to restore position of previously opened dialog window.
We are using the library to save files on [Rijksmuseum](https://github.com/fethij/Rijksmuseum/blob/main/feature/arts/src/wasmJsMain/kotlin/Utils.wasmJs.kt#L39). We would like to know when the saving dialog is cancelled. For dektop we checking whether FileKit.saveFile(...) is returning null,...
I have image as byte array, how to save it to gallery iOS?? help please
Hello. Now if I want to create a file for my application I need to use an additional library. I would like to be able to do this in one...
If I use rememberFileSaverLauncher in Desktop compose, it will pop up a dialog allowing me to pick the directory and file name to save to. In the browser version, it...