You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I would like to know if there is any guide to follow about events but from flutter?
I want to dispatch an event every time an animation that is running repeatedly starts again.
Using the advance method from the controller doesn't help me too much because the animation is always running indefinitely, so I am thinking on making use of them to see if I can replace the animation on a specific time.
The text was updated successfully, but these errors were encountered:
normancarcamo
changed the title
Code to listen events from dart/flutter?
How to listen events from dart/flutter?
Oct 1, 2020
Hi there, I would like to know if there is any guide to follow about events but from flutter?
I want to dispatch an event every time an animation that is running repeatedly starts again.
Using the advance method from the controller doesn't help me too much because the animation is always running indefinitely, so I am thinking on making use of them to see if I can replace the animation on a specific time.
The text was updated successfully, but these errors were encountered: