Flutter curves simulation

Nhan Cao
3 min readApr 4, 2018

Curve in Flutter similar with interpolator of Android. I draw a small simulation to easy understand how it running.

May simulation difference with image design, but I decide to keep origin axis of Flutter. You should checkout source and run to get smoothest.

Curves.linear

Curves.decelerate

--

--