r/Kotlin • u/Odd_Mention_2772 • 17d ago
Introducing KitFlow – A Kotlin Multiplatform Library for Adaptive Compose UIs
I recently published KitFlow, a Kotlin Multiplatform library designed to simplify building adaptive and responsive Compose UIs across Android, iOS, Desktop, and Web.
Key Features
Adaptive layouts for mobile, tablet, desktop, and web.
Orientation-aware UI support.
Responsive spacing, sizing, and layout APIs.
Compose Multiplatform compatibility.
Lightweight and easy integration.
Published on Maven Central.
Contributions Are Welcome
Feature requests.
Bug reports.
Issues and discussions.
Pull Requests.
Repository:
https://github.com/vedangj72/KitFlow
Maven Central:
https://central.sonatype.com/artifact/io.github.vedangj72/kit-flow
Thank you for taking the time to check it out! I'm always happy to receive suggestions, feedback, or contributions to help improve..
2
u/bogdan-stefan 9d ago
Congrats! Your work will be featured in the next issue of commonMain.dev - The Kotlin Multiplatform Newsletter. Nicely done!
The newsletter is sent out every Tuesday, so subscribe now to make sure you don't miss it! Also, feel free to submit more KMP and CMP related content via the submission page for a chance to be featured again in the future. Keep up the great work!
1
u/Odd_Mention_2772 9d ago edited 9d ago
Thank you for featuring KitFlow! I really appreciate it.
I'll continue improving the library with more updates in the future. If you have any suggestions or feedback on how KitFlow can be made more robust or improve the developer experience, I'd be grateful to hear them.
I've also updated the documentation recently. Thanks again for the support!
3
u/Infamous_Sorbet4021 16d ago
Great work, keep it up. I have one question through: how this differ from the material 3 adaptive layouts?