analog_clock icon indicating copy to clipboard operation
analog_clock copied to clipboard

⌚️Analog Clock widget for Flutter ⏰

Results 3 analog_clock issues
Sort by recently updated
recently updated
newest added

Currently secondHand (seconds hand) ticks on every second - it would be nice to see option to make it's transition smooth and seamless.

help wanted

- 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.