Chris1234567899 / flutter_time_range_picker

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

Maximum interval #13

Closed SimonIT closed 3 years ago

SimonIT commented 3 years ago

I would like to set the maximal interval a user can choose. If the user hits the maximum, the start time shifts forward (or the the end time backwards) to match the maximal duration.

Chris1234567899 commented 3 years ago

Thanks, i implemented your suggestion, check out Version 2.0.0.

SimonIT commented 3 years ago

That was fast! Thank you for implementing