analog_clock
analog_clock copied to clipboard
⌚️Analog Clock widget for Flutter ⏰
Currently secondHand (seconds hand) ticks on every second - it would be nice to see option to make it's transition smooth and seamless.
- changes according to Flutter version 3.13.4 - change the variable name to camel case (like initialDateTime) - change the parameter of datetime to dateTime in the main code -...
Added the property **animateSecondHand**. If true, it will ensure that the clock ticks, every 50 millisecond and smoothly rotates the second hand.