sarbagyastha / flutter_rating_bar

A simple ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.
MIT License
410 stars 103 forks source link

disable onTap, allow only onDrag #87

Open FatahZullDev opened 2 years ago

FatahZullDev commented 2 years ago

hello sir. appreciate if you can help me how to disable onTap function, I want only onDrag. Because when I touch the first star to drag, suddenly onTap triggered.

Thank you.

ikicodedev commented 1 year ago

I created a PR with a simple fix -> https://github.com/sarbagyastha/flutter_rating_bar/pull/98 You can use

flutter_rating_bar:
    git:
      url: https://github.com/ikicodedev/flutter_rating_bar
      ref: master
kapil708 commented 9 months ago

I created a PR with a simple fix -> #98 You can use

flutter_rating_bar:
    git:
      url: https://github.com/ikicodedev/flutter_rating_bar
      ref: master

Thanks, It works for me