shoutout to @Vincent for creating https://github.com/vinceglb/FileKit! I'm just making my first steps in CMP, and loading a file in an app targeting Desktop, Wasm and Android was a breeze. Really smooth experience! Thanks for your work 🙇
🐕 4
❤️ 4
kodee loving 2
🎉 14
Piotr Krzemiński
03/19/2025, 11:06 AM
what I especially liked was direct access to the file's content on Wasm - the library handles it for you. On the JVM I was taking the path from the file picker and loading the file myself, but the extra functionality in FileKit made my code simpler and multiplatform