flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

Why by Default setState() is called from flutter_clock_helper Lib #22

Closed sanjayrajsinh closed 4 years ago

sanjayrajsinh commented 5 years ago

When I TAB on screen setState() is called from ClockCustomizer class. This class is in flutter_clock_helper lib.

Because of setState() is called and animation is set from starting position That's why animation got problem

jkurtw commented 5 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)."

jkurtw commented 4 years ago

Feel free to reopen if you are still having an issue.