ComposeRatingBar

Additional

Language
Kotlin
Version
0.1.0 (Jan 29, 2022)
Created
Jan 22, 2022
Updated
Aug 14, 2023
Owner
Mahmoud H. Alim (MhmoudAlim)
Contributors
Shaban Kamel (ShabanKamell)
Mahmoud H. Alim (MhmoudAlim)
2
Activity
Badge
Generate
Download
Source code

ComposeRatingBar


ComposeRatingBar is an Android Jetpack Compose library made with ❤️, it's a simple yet customizable implementation for a rating bar in Jetpack Compose.



Table of contents


Preview


Dark theme Light theme

Animated Dark Animated Light


Installation

- Step 1- Add jitpack in your project build.gradle

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

- Step 2- Add the dependency in your app build.gradle

dependencies {
    ...
    implementation 'com.github.MhmoudAlim:Compose-Ratingbar-library:x.y.z'
}

Please replace x, y and z with the latest version numbers:

- Step 3- Optional

in some **

Gradle** ???? versions in Android studio you might need to add to your settings.gradle

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

Demo

ComposeRatingbarApp example app demonstrates how simple the usage of the library actually is.

Download App here


???? Contribution

  • PRs are welcome, let's make this library better. ????

  • please ⭐ if you like the idea!

License

click to reveal License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.