dynamic_color
on Android
: Please migrate CorePalette
to Flutter 3.22
#590
Labels
bug
Something isn't working
Package
dynamic_color
Existing issue?
What happened?
Expected vs actual result:
Flutter 3.22 has updated
ColorScheme
. The newColorScheme
includes a variety of surfaceContainer colors. Using the current version ofdynamic_color
in 3.22 projects will cause the background colors of some widgets to be difficult to distinguish.In the example below, the app uses
surface
as the background color, and BottomAppBar usessurfaceContainer
as the background color by default. The first one is the color created by 3.22 ColorScheme.fromSeed, and the second one is usinggetCorePalette().toColorScheme()
.Relevant log output
No response
The text was updated successfully, but these errors were encountered: