Member-only story
The Bad Implementation Mess Of Material Design 3 In Flutter 3
Time to get into some trouble! So how deeps is the bad implementation mess of material design 3 in flutter 3?
They Want Shape Adaptive Responsive
Yeah, you missed that part of the Material Design 3 Spec:
That is the tokens for scaling under material design 3 in web. In mess terms it means that we will have one more widget construct that is not in the SDK like the auto sizer for text scaling or have to hand create our own solution. The other bad part of this is that to craft and brand a UX vision, you have to be aware of the legacy of the material design 2 to material design 3 transition in flutter to understand where you need to do extra custom widget work.
That translates to it being harder to execute a UX vision instead of being easier.
Let me show you more, different shapes.