September 2019
Beginner
512 pages
12h 52m
English
The TickerProvider interface describes objects capable of providing Ticker objects.
Tickers are used by any class that needs to know when the next frame is going to be built. They are commonly used indirectly via AnimationControllers. When using the State class, we can extend with TickerProviderStateMixin or SingleTickerProviderStateMixin to have TickerProvider and use it with AnimationController objects.
Read now
Unlock full access