JetLime
JetLime copied to clipboard
A Kotlin Multiplatform library to display a timeline view. 🍋
JetLime items should be arranged in a horizontal allignment as well!
GitHub Actions what else? 😆
- [Intrinsics in your custom layouts](https://developer.android.com/jetpack/compose/layouts/intrinsic-measurements#intrinsics-in-layouts) - [Code Lab](https://developer.android.com/codelabs/jetpack-compose-layouts#6)
This PR demonstrates trying the [K2 compiler](https://kotlinlang.org/docs/whatsnew19.html#new-kotlin-k2-compiler-updates) in an Android project. It should be continuously rebased onto main to ensure that everything still works on the K2 compiler, but only...
This library should be migrated to support multiplatform projects. It should support Android, iOS, and Desktop for now, and the Web in the future. Related issue: https://github.com/pushpalroy/JetLime/issues/30
Introduces support for [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/) projects. The library and the sample app are both migrated to support **Android**, **iOS**, **Desktop** (Windows, macOS, Linux) and the **Web** via `kotlin/wasm`. As a...
Hello! Are there any updates about the porting to Compose Multiplatform?
I need to draw a dotted line, so add the `pathEffect` attribute to JetLimeStyle
JetLime as it is right now, doesn't look good with RTL layouts. Here is a screenshot of how it's looking on my project:
- Add binary validator for api check - Add checks in Github Actions