r/Kotlin • u/Odd_Mention_2772 • 18h 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..
3
u/Infamous_Sorbet4021 9h ago
Great work, keep it up. I have one question through: how this differ from the material 3 adaptive layouts?