flutter_rating_bar
flutter_rating_bar copied to clipboard
Rating with a single choice?
Hi 👋,
I wonder if we could have a flag like singleChoice
to allow a single state rated instead of filling the active state to all the lower rates than the selected option?
For example, it could be common with a smiley rating bar:
If a user selects rate "3 - 🙂 " then the lower rate like "1 - 😡 " or "2 - 😕 " should be inactive/unrated no?
Best,