Design Quirks Of The Flutter SDK

The brutal truth about the Flutter SDK is that it will behind supporting Material Design 3 compared to other Google Front-end SDKs such as the Android native SDK. Let me show you an example.
Surface Tint And Dark Mode And Shadows
To fix shadows in dark mode, the Flutter SDK team came up with Surface Tint. But, at its core, it uses the Elevation Overlay…