Closed sanjayrajsinh closed 4 years ago
Are you using the TAB key on the keyboard to trigger the animation? Note that on https://flutter.dev/clock it says:
"Your clock should not: Have user interaction (such as tapping, gestures, dragging, mouse, keyboard, and so on)."
Feel free to reopen if you are still having an issue.
When I TAB on screen
setState()
is called fromClockCustomizer
class. This class is influtter_clock_helper
lib.Because of
setState()
is called and animation is set from starting position That's why animation got problem