Google Flutter Material Design 3 Migration Puzzles

Fred Grott
3 min readDec 2, 2021

The real juicy best practices puzzles are where code and design collide. And, migrating Flutter Themes to Material Design 3 is no exception to being fully of juicy best practices puzzles.

In the first part, I am going to show how I use the material color utilities package to map the new MD3 Colors back into the Material ColorSchemes. In the second part, I will cover one of the…

--

--