Here are few Flutter animation examples.
animate_text
Animate Text repo updates the counter app to animate the transitions.
Text(
_counter.toString(),
style: TextStyle(fontSize: animation.value/2),
),
I’ve previously blogged about AnimatedIcon