Skip to Content
Forui 0.11.0 is released 🎉

Time Picker

A time picker that allows a time to be selected.

The picker supports arrow key navigation:

  • Up/Down arrows: Increment/decrement selected value
  • Left/Right arrows: Move between wheels

Recommended for touch devices.

Usage

FTimePicker(...)

const FTimePicker( controller: FTimePickerController(), style: style, onChange: (time) {}, hour24: true, hourInterval: 1, minuteInterval: 1, );

Examples

24 Hour Clock

With Custom Intervals

Animated

Last updated on