Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic_color on Android: Please migrate CorePalette to Flutter 3.22 #590

Closed
1 task done
twinstar6980 opened this issue May 20, 2024 · 1 comment
Closed
1 task done
Labels
bug Something isn't working

Comments

@twinstar6980
Copy link

Package

dynamic_color

Existing issue?

What happened?

Expected vs actual result:

Flutter 3.22 has updated ColorScheme. The new ColorScheme includes a variety of surfaceContainer colors. Using the current version of dynamic_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 uses surfaceContainer as the background color by default. The first one is the color created by 3.22 ColorScheme.fromSeed, and the second one is using getCorePalette().toColorScheme().

2 1

Relevant log output

No response

@twinstar6980 twinstar6980 added bug Something isn't working triage Issues that haven't been triaged labels May 20, 2024
@resucutie
Copy link

Duplicate of #582

@guidezpl guidezpl removed the triage Issues that haven't been triaged label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants