Chris1234567899 / flutter_time_range_picker

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

[BUG] showCupertinoDialog() return the same start and end values #31

Closed TolgaYld closed 2 years ago

TolgaYld commented 2 years ago

Hi :),

i test the cupertinoTheme but i see a bug. In this case: "TimeRange? result = await showCupertinoDialog()" the result.endTime has the same value with result.startTime. It would be cool if u can fix that.

A suggestion: It would be cool if i can set the padding property in the TimeRangePicker class more individual. For example i want to have a padding on the top of the circle but if i write a value in the padding property the whole circle shrinks.

Thanks in advance and happy christmas :)!

TolgaYld commented 2 years ago

any updates?

Chris1234567899 commented 2 years ago

Hi, sorry, been kind of busy with other stuff lately. I checked but could not reproduce your issue. Did you check the example? Can you post the code you're using?