Chris1234567899 / flutter_time_range_picker

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

Fixed the issue explained below. #25

Closed gorkembendin closed 2 years ago

gorkembendin commented 3 years ago

While using the max duration feature, if we set the end time earlier than the start time when the start time is close to '00:00', the time range picker was calculating the hour like 43:20, 33:45, etc. Warning: Not tested for other usage scenarios.

Chris1234567899 commented 2 years ago

this was a more general bug that was fixed in 2.1.0 now, thanks