animated_digital_clock library
A Flutter package for a beautiful, customizable digital clock made of clocks.
This library provides a ClockWidget that can be used to display the current time, a countdown timer, a stopwatch, or a static time. It features animated transitions and extensive customization options.
Classes
- ClockColors
- Defines the colors for the various parts of the clock.
- ClockController
- A controller for the ClockWidget when in timer or stopwatch mode.
- ClockSegment
- Represents the angles for the hour and minute hands of a single clock segment.
- ClockWidget
- A widget that displays a digital clock made of analog clock faces.
- ControlButtonColors
- Defines the colors for the control buttons (start, pause, reset).
- PeriodColors
- Defines the colors for the AM/PM period indicator.
Enums
- ClockMode
- The mode of operation for the ClockWidget.