Mindinventory/progressive_time_picker

Update selected time scale programmatically.

ShyshkovOleg opened this issue · 3 comments

Hi, Is there a way to update time scale programmatically?
When I try to update them, nothing happens.
setState(() { _inBedTime = PickedTime(h: 13, m: 0); _outBedTime = PickedTime(h: 18, m: 0); })
On the other hand time format update correctly inside setState.

Hello Together, does it work? For me update does not work.

Implemented this, please check it with the latest version. Thanks.