Mindinventory / progressive_time_picker

A Customizable Progressive Time Picker for Flutter.
https://www.mindinventory.com/flutter-app-development.php
MIT License
68 stars 13 forks source link

Add option to show more clock numbers using ClockIncrementHourFormat #4

Closed danielmessi13 closed 1 year ago

danielmessi13 commented 2 years ago

This is a request for a new functionality, basically we would have a ClockIncrementHourFormat class, just like the existing one: ClockIncrementTimeFormat, this class would be passed to the existing clockNumberDecoration, so we could have more times displayed visually, for example:

image

So basically it would show text showing the time every two hours: 0h 2h 4h 6h 8h 10h 12h 14h 16h 18h 20h 22h

mohit-chauhan-mi commented 1 year ago

@danielmessi13 You may use clockIncrementHourFormat <- TimePickerClockNumberDecoration to achieve this with the latest version.