flutter

More Flutter Animation

2023-04-09

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