Flutter and TweenAnimationBuilder

Aseem Wangoo
CodeChai
Published in
3 min readDec 22, 2019

--

Flutter and TweenAnimationBuilder

What if I want to create my own animation…?Hmm…

All in one Flutter resource: https://flatteredwithflutter.com/tweenanimationbuilder-in-flutter/

Begin…

This article lays focus on the following widgets

  • TweenAnimationBuilder
  • ColorFiltered
  • ToggleButton

TweenAnimationBuilder…

In simple words, now you can create your own Custom Implicit Animations with TweenAnimationBuilder

Note : To use TweenAnimationBuilder, you need to have the latest stable Flutter channel (1.12.13+hotfix-5)

--

--