Skip to content

Instantly share code, notes, and snippets.

View Kev506's full-sized avatar

Kevin Andrews Kev506

  • Southwest England
  • 22:07 (UTC)
View GitHub Profile
@Kev506
Kev506 / RatingBar.kt
Created December 30, 2025 09:36 — forked from vitorprado/RatingBar.kt
Jetpack Compose RatingBar (alpha12)
package com.components.ratingbar
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.shape.GenericShape
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.clip
import androidx.compose.ui.geometry.Offset