Chris1234567899 / flutter_time_range_picker

A time range picker for Flutter
Other
33 stars 52 forks source link

Multiple disable time #9

Open tanmoy27112000 opened 3 years ago

tanmoy27112000 commented 3 years ago

Hi, I am working on a project which requires the time picker to disable multiple time slots. can you integrate this feature into this package?

Chris1234567899 commented 3 years ago

I thought about it in the beginning, but didn't implement it, since the behavior of dragging handlers would have to be quite different. I might have a look at it, whether it is feasible. But it'll be some bigger change and certainly need a quite some time.

rohitgorana commented 3 years ago

Has anyone figured out how we can achieve this yet?