Chris1234567899 / flutter_time_range_picker

A time range picker for Flutter
MIT License
33 stars 53 forks source link

support many disableTime ? #27

Closed iceshu closed 2 years ago

iceshu commented 3 years ago

it can support many disableTimes like this:

8:00-9:00 disable

12:3:00 disable。

Chris1234567899 commented 2 years ago

Double, see https://github.com/Chris1234567899/flutter_time_range_picker/issues/9

Would be nice, I agree, but hard to implement, since the user would have to be able to jump around between different time segments, even be able to select more than one time ranges.

Open for PR ;-)