- Flutter Widget Livebook

CupertinoTimerPicker

A countdown timer picker in iOS style.

Example

Container(
  height: 300,
  child: CupertinoTimerPicker(
    mode: CupertinoTimerPickerMode.hms,
    onTimerDurationChanged: (value) {

    }
  ),
)

Related Links

  1. Example
  2. Related Links