pingbird / async_builder

Improved asyncronous builder for Flutter.
https://pub.dev/packages/async_builder
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Animate state switching #7

Open sergiyvergun opened 1 year ago

sergiyvergun commented 1 year ago

Please provide the possibility to animate between state changes. It would be easily implemented with AnimatedSwitcher.

pingbird commented 1 year ago

TweenAnimationBuilder is a better solution for this

sergiyvergun commented 1 year ago

TweenAnimationBuilder is a better solution for this

Could you show me an example of this?