ComposeRatingBar is an Android Jetpack Compose library made with ❤️, it's a simple yet customizable implementation for a rating bar in Jetpack Compose.
Dark theme | Light theme |
---|---|
Animated Dark | Animated Light |
---|---|
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
...
implementation 'com.github.MhmoudAlim:Compose-Ratingbar-library:x.y.z'
}
Please replace x, y and z with the latest version numbers:
Gradle** 😝 versions in Android studio you might need to add to your settings.gradle
repositories {
...
maven { url 'https://jitpack.io' }
}
ComposeRatingbarApp
example app demonstrates how simple the usage of the library actually is.
Download App here
-
PRs are welcome, let's make this library better. 🙌
-
please ⭐ if you like the idea!
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.