Skip to content

0.10.0-beta01

Compare
Choose a tag to compare
@vinceglb vinceglb released this 03 Mar 17:19
· 114 commits to main since this release
a2bb953

hero-10

🎉 FileKit v0.10 is now available in beta!

FileKit v0.10 is a full rewrite of the library. It focuses on improving the developer experience by facilitating tasks related to files operations in Kotlin Multiplatform projects.

  • Improve PlatformFile abstraction to make development easier for common files-related tasks
  • Support for kotlinx-io to easily read, write, stream files and more from the common code
  • Access common paths like application filesDir and cacheDir from common code
  • It's now easier than ever to store and read files in the app storage!
  • Capture photos with the native camera app and return the associated file on Android and iOS
  • Save images to the native gallery on Android and iOS
  • Add helpers to display images from PlatformFile on Compose Multiplatform using Coil3
  • A brand new website for the documentation
  • And more!

🚀 Get started

📣 Feedback

I'm really interested in having your feedback about this update.

  • What do you think about the new API? Do you find it easier to use?
  • What do you think about the new capabilities (like the possibility of reading and writing, streaming, kotlinx-io integration, etc)?
  • What do you think about the new documentation?
  • If you have any suggestions or comments, please share them!

You can share your thoughts in this discussion: #206.

Thanks a lot ❤️

🙏 New Contributors

As usual, a big thank you to all the contributors!

Full Changelog: 0.8.8...0.10.0-beta01