YazadDuamasia / coozy_cafe

1 stars 2 forks source link

I want to enhancement in filter system for supporting multiples types options #4

Open YazadDuamasia opened 2 months ago

YazadDuamasia commented 2 months ago

I would like to add a feature to the filter widget that would allow me to determine whether the checkBox Group, RadioBox Group, slider (single thumb where we pass the maximum value), range picker picker (where we pass the maximum value, min value, and min-interval value), date picker, and range date picker are all in need of improvement.

Please provide me with a more useful all-around filtration system than this one. image

YazadDuamasia commented 2 months ago

[x]checkBox Group, RadioBox Group

YazadDuamasia commented 2 months ago

sorce loc:https://github.com/YazadDuamasia/coozy_cafe/tree/master/lib/widgets/fliter_system_widget/widgets I need some help in slider and ranger slider classes because I unable scroll smoothly with calling method of onChanged method in bloc .

https://github.com/YazadDuamasia/coozy_cafe/assets/117840364/b85c5772-8474-47d8-893d-077bd5b19245

As above video,You can see slider is not scrolling smoothly due to onchanged method is processing simple background task where as in vertical ranger not is call in Onchanged method just updating value with call widget.onChanged method. How can handle debounce method

SubhashC11 commented 1 month ago

@YazadDuamasia great initiative let's look further into this feature in the upcoming days.

YazadDuamasia commented 1 month ago

@SubhashC11 can you help me redesign filter cubit tackle of rebuild state ? It kind of hard figuring out how to handle