Chris1234567899 / flutter_time_range_picker

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

Bug - Date range goes beyond 24 hrs. #26

Closed Harishwarrior closed 2 years ago

Harishwarrior commented 3 years ago

Using the latest version.

Screenshot_20211027-122821

Chris1234567899 commented 3 years ago

Thanks for reporting, I could replicate this issue. I assume, you are using the maxDuration parameter when this happens? Or did it happen without it also? Can you confirm pls?

Harishwarrior commented 3 years ago

Thanks for reporting, I could replicate this issue. I assume, you are using the maxDuration parameter when this happens? Or did it happen without it also? Can you confirm pls?

I tried with maxDuration parameter set to 2 hours and this issue shows up. But, didn't tested without maxDuration.

Chris1234567899 commented 2 years ago

This should be fixed now with 2.1.0

Harishwarrior commented 2 years ago

This should be fixed now with 2.1.0

Thanks