This app is based on the flutter example of a digital clock. It purely serves an aesthetic purpose.
This version (incomplete as it is) has been submitted to the #FlutterClock challenge.
For this variation the digits in the clock are represented regular polygons. The following rules apply for digits:
- 0 is represented by an empty circle.
- 1 is represented by an filled circle.
- 2 is represented by a line.
- 3-9 are represented by regular polygons which have the number of sides equal to the digit.
- The second digit on the dial is always filled with a color depending on the digit.
- The third digit on the dial is always drawn in red with a thin stroke.
- The fourth digit on the dial is always drawn with a stroke with a color depending on the digit.
In the following screenshot the clock is displaying time 13:48
Add animations.