JetLime icon indicating copy to clipboard operation
JetLime copied to clipboard

A Kotlin Multiplatform library to display a timeline view. 🍋

Results 10 JetLime issues
Sort by recently updated
recently updated
newest added

JetLime items should be arranged in a horizontal allignment as well!

enhancement

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)

enhancement

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...

enhancement
experimental

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

enhancement

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...

enhancement
experimental

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:

bug

- Add binary validator for api check - Add checks in Github Actions