You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result: dynamic colorscheme should support the new color tokens: for example surfaceContainerHigh etc
Actual result: All components of flutter that probably use the new tokens under the hood use a fallback color which results in an UI where you can se no different shades from different levels of containers. For example a card will have the same color as the scaffold background.
Steps to reproduce:
install Flutter 3.22.1
try to use dynamic theme
Relevant log output
Flutter (Channel stable, 3.22.1, on Microsoft Windows [Version 10.0.19045.4412], locale de-DE)
• Flutter version 3.22.1 on channel stable at C:\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision a14f74ff3a (6 days ago), 2024-05-22 11:08:21 -0500
• Engine revision 55eae6864b
• Dart version 3.4.1
• DevTools version 2.34.3
The text was updated successfully, but these errors were encountered:
Package
dynamic_color
Existing issue?
What happened?
Expected vs actual result:
Expected result: dynamic colorscheme should support the new color tokens: for example surfaceContainerHigh etc
Actual result: All components of flutter that probably use the new tokens under the hood use a fallback color which results in an UI where you can se no different shades from different levels of containers. For example a card will have the same color as the scaffold background.
Steps to reproduce:
Relevant log output
Flutter (Channel stable, 3.22.1, on Microsoft Windows [Version 10.0.19045.4412], locale de-DE) • Flutter version 3.22.1 on channel stable at C:\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision a14f74ff3a (6 days ago), 2024-05-22 11:08:21 -0500 • Engine revision 55eae6864b • Dart version 3.4.1 • DevTools version 2.34.3
The text was updated successfully, but these errors were encountered: