Member-only story
Missing In The Flutter SDK, Surface Tone And Fixed Colors
3 min readOct 6, 2023
Here we go again with another hole in the implementation of Material Design 3 in the flutter SDK. This time we do some magic to get some surface tone and fixed colors.
Here is the problem, this is from the color system from the Material Design 3 spec docs:
Material Design Spec Docs
We do not have to wait until the Flutter SDK reflect this change in Material Design colors, as we can implement what we need right now.