Flutter Themes And MD3, Material You

Fred Grott
3 min readNov 29, 2021

You know that if you know how to soar in Dart and Flutter, you really do not have to wait for the Flutter SDK changes to support Material Design 3 coming out to get material Design 3 right now.

Caution: The way I am showing directly couples things to a modified ThemeData class. That means until all the UI components are changed to MD3, you keep the useMaterial3 flag set to false. And keep in mind…

--

--