Skip to content

MhmoudAlim/Compose-Ratingbar-library

Repository files navigation

ComposeRatingBar

ComposeRatingBar


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


jitpack Android_Arsenal Android API-21


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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages