Flutter. Animations without StatefulWidget We will use the SimpleTickerProvider instead.
Mar 25, 2025 · 4 min read · Originally posted on Medium The problem. The AnimationController class has a vsync constructor parameter, which should be an instance of TickerProvider. Flutter has two [recommended] implementations of TickerProvider: To obtain a TickerProvider, con...
Join discussion