reviews_slider icon indicating copy to clipboard operation
reviews_slider copied to clipboard

A Flutter animated widget made to help users leave reviews and feedbacks

Results 4 reviews_slider issues
Sort by recently updated
recently updated
newest added

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`...