time_picker_pro library

Classes

ClockDialPainter
Renders the background dial of the clock, including ticks, numbers, decorative inner tracks, and selected hour/minute highlights.
ClockHandPainter
Renders the hour, minute, and second hands on the clock face with custom tapered shapes, glowing highlights, and a center cap.
ClockPainter
ClockPickerThemeData
Theme configuration for the ClockTimePicker package.
ClockTimePicker
A beautiful, highly customizable analog-style clock time picker for Flutter.
CustomTimePicker
TimeOfDayWithSeconds
A class representing a time of day with hour, minute, and second.

Functions

showClockTimePicker({required BuildContext context, TimeOfDayWithSeconds initialTime = const TimeOfDayWithSeconds(hour: 10, minute: 9, second: 0), ClockPickerThemeData? theme, String? title, String? subtitle, String? description, String confirmLabel = "CONFIRM", bool use24HourFormat = false, bool showSeconds = false}) Future<TimeOfDayWithSeconds?>
A convenience function to show the ClockTimePicker in a modern, themed dialog.