reviews_slider
reviews_slider copied to clipboard
A Flutter animated widget made to help users leave reviews and feedbacks
Hi, First of all kudos for the great work you have done, but I think it can be improved further by enabling more customisation, for example an option to change...
Setting device locale to a RTL language messes the direction of the thumb with the line of statuses
`A RenderFlex overflowed by X pixels on the right.` the slider overflows his parent `width`, I tried `ConstrainedBox` but it did not work. Great job.
Hey ! Thanks for publishing this slider to community ! I have a suggestion to improve customization: - be able to change the content of [`MyIndicator`](https://github.com/kherel/reviews_slider/blob/master/lib/reviews_slider.dart#L475) with a given `Wigdet`...