Chris1234567899 / flutter_time_range_picker

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

added a fix to landscape overflow error #2

Closed medyas closed 4 years ago

medyas commented 4 years ago

Hi, The dialog currently shows an overflow error in landscape. I have added a fix for this issue .

Screenshot_1594730273

Chris1234567899 commented 4 years ago

Thanks for the hint, I see the problem when using landscape mode.

However I think it would look nicer when the library stays visually coherent with the material timepicker dialog (Having the time texts on the left). I will take care of the issue and release an update soon.

Chris1234567899 commented 4 years ago

I fixed it (version 1.0.3). Added some orientation listener for adjusting the radius and stuff. Thanks for some good suggestions!