Google Wants Us To Stop Using Flutter Scaffold

Fred Grott
4 min readDec 9, 2022

The re-issue of the adaptive scaffold package as flutter adaptive scaffold has a very dramatic change in that one of the ways to create adaptive screen responsive scaffolds is to not use the flutter native scaffold. Actually, it works better, and we can get better animation of containers and elements and other cool more material design power; thus why not show you how to rock this new Material Design 3 power.

What Are We Building

In this video:

You can see we have a material design 3 app with a top appbar that switches from extended rail to rail and then to bottom navbar when in small mobile screen size. And that is using the re-formulated adaptive scaffold package, which has now been renamed flutter adaptive scaffold:

Flutter Adaptive Scaffold

--

--