Chris1234567899 / flutter_time_range_picker

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

Interval not works #17

Closed TolgaYld closed 3 years ago

TolgaYld commented 3 years ago

Hi,

i dont think it works.

i have always time steps of 5 minutes.

onPressed: () async { TimeRange result = await showTimeRangePicker( selectedColor: Theme.of(context).accentColor, use24HourFormat: true, interval: Duration(minutes: 15), context: context, ); print("result " + result.toString()); },

Chris1234567899 commented 3 years ago

Sorry, a bug during the change to 2.0.0, I fixed it, check out 2.0.1