Chris1234567899 / flutter_time_range_picker

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

Can we set max duration selection only to two hours ? #21

Closed Sathish9222 closed 3 years ago

Sathish9222 commented 3 years ago

Can we set max duration selection only to two hours ?

Chris1234567899 commented 3 years ago

There is a parameter for max selection duration. Just add

maxDuration: Duration(hours: 2)

That should do the trick