progressive_time_picker icon indicating copy to clipboard operation
progressive_time_picker copied to clipboard

A Customizable Progressive Time Picker for Flutter.

Results 3 progressive_time_picker issues
Sort by recently updated
recently updated
newest added

First, thank you for creating this package :) There is a bug where _outBedTime can be set to 00:00 ~ 01:00 when _disabledInitTime = PickedTime(h: 0, m: 0);!

This is a bit subjective but I believe, from an UX standpoint, that the handlers should not move inside the disabled range at all. Adding an option to disable going...

enhancement

the behavior that I get when the user reaches the disabled time which is in my case from 23:59 to 00:00 instead of stoping the picker there it skips it...

enhancement