jajpa / rating_bar

A customizable Rating Bar for flutter with half rating support
https://pub.dev/packages/rating_bar
MIT License
10 stars 5 forks source link

Read only rating bar #1

Closed abdulwahid24 closed 5 years ago

abdulwahid24 commented 5 years ago

I appriciate the rating bar implementation. I think there should also be a privilege of having read-only rating bar.

jajpa commented 5 years ago

Would add this feature. But for now you can wrap the widget with AbsorbPointer widget to make it read only

jajpa commented 5 years ago

This feature has been added in the new version. Please check README.

abdulwahid24 commented 5 years ago

Great, Really appreciated. Thank you.