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
Setting AppBar color to e.g. primary color in a seed generated ColorScheme and locking e.g. primary color to seed color, results in none-locked seed generated primary color as AppBar color, instead of the expected used locked primary seed color.
rydmike
changed the title
AppBar primary color issue when using seed generated scheme with key locked primary color
AppBar color issue when using seed generated scheme with key color locked
Oct 13, 2023
rydmike
added
package
Report concerns the FlexColorScheme core package
V7
This issue concerns version 7 and will be addressed in it
labels
Oct 24, 2023
rydmike
added
V8
This issue concerns version 8 and will be addressed in it
and removed
V7
This issue concerns version 7 and will be addressed in it
labels
Apr 26, 2024
Thank you for your patience waiting for version 8.0.0.
FlexColorScheme package dev release 8.0.0-dev.1 has been published. This is a BIG update with breaking changes and many new features. It has its own dev pre-release of the Themes Playground as well, feel free to take a peak. No new API changes are planned for the stable 8.0.0 release from this dev.1 release.
We would appreciate any feedback about found issues from early adopters.
This issue is solved in the new release, but I will not close this issue until the stable version of 8.0.0 has been released.
FOR INFO there will be no new features or changes in it compared to this one. Only any issues found from the QA assurance will be addressed. The stable release will also include many doc updates, but docs site will continue to be edited and revised AFTER the 8.0.0 stable release.
Setting AppBar color to e.g. primary color in a seed generated ColorScheme and locking e.g. primary color to seed color, results in none-locked seed generated primary color as AppBar color, instead of the expected used locked primary seed color.
For example this:
Will result in
AppBar
color0xFFA5393D
and not0xFF5C000E
as expected.The text was updated successfully, but these errors were encountered: