a914-gowtham / compose-ratingbar

ratingbar composable for jetpack compose :rocket::star2:
MIT License
241 stars 21 forks source link

the ability to hide inactive stars #13

Closed vitidev closed 3 years ago

vitidev commented 3 years ago

Please add a parameter showInactiveStars: Boolean = true to hide inactive stars. In indicator mode, they are not always needed, but they take resources

a914-gowtham commented 3 years ago

@vitidev Thanks for creating valuable issues. It has been added in #4a1a671 commit. i will check #12 #11 issues and make a release with the fix ASAP

a914-gowtham commented 3 years ago

You can use the v1.1.1 of the library. it has been added as param hideInactiveStars: Boolean = false.