Missing In Flutter Material Design Implementation, Staggered Animation

Fred Grott
4 min readDec 2, 2022

Material Design 3 has what is called Motion Stagger, see

https://m2.material.io/design/motion/customization.html#stagger

It was first introduced in Material Design 2 and with Material Design 3 it is still not in the Flutter SDK! I am going to show you the work-around to get it into your Flutter apps.

--

--