-
Okay, I just realize this upon examining code.... CorePalette android side in MCU does not have PrimaryDim and PrimaryFixed or their on colors. But DynamicScheme has them.... So its now copywith PrimaryDim PrimayFixed Error and ErrorContainer and their on colors with the MCU Blend.harmonize method using our Primary Brand color That way it works with the static ColorScheme variant and with dynamic color out of box. The Blend.harmonize method will shift the hue color of the generated color towards the Brand primary hue. That also directly implies that we should start incorporating used of PrimaryFixed and PrimaryDim in our app designs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By the way and for info FCS 8.0.0 is out as early access as 8.0.0-dev.1 It has all the new colors in ColorScheme and can also use Flutter's and MCU's DynamicSchemeVariant, even with multiple seed colors, even MCU does not support that 😄 Also with both flex_seed_scheme and flex_color_scheme getting brand colors into them works as before. 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 look. 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. FOR INFO there will be no new features or changes in it compared to this one. Only any issues found from the quality 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. |
Beta Was this translation helpful? Give feedback.
By the way and for info FCS 8.0.0 is out as early access as 8.0.0-dev.1
It has all the new colors in ColorScheme and can also use Flutter's and MCU's DynamicSchemeVariant, even with multiple seed colors, even MCU does not support that 😄
Also with both flex_seed_scheme and flex_color_scheme getting brand colors into them works as before.
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 look. 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 iss…