Flutter — FloatingActionButton ripple page transition

How to make a spread-out and shrink-in ripple page transition?

Evan Fang

--

Hello guys, today I’m going to introduce another fantastic animation. When users tap the FAB(FloatingActionButton), we navigate them from page A to page B with an animation. Not like traditional fade-in/fade-out or slide-in/slide-out one. It provides a more interesting and intuitive behavior that lets users know there is a transition between two pages via tapping the FAB button. Okay, let’s get started~

--

--

Evan Fang

An Android/Flutter engineer at LINE Corporation.