dynamic_color 1.1.1 dynamic_color: ^1.1.1 copied to clipboard
Flutter package to obtain dynamic colors on Android S+ and create harmonized color schemes.
1.1.1 #
- Provide sample [CorePalette]s and corresponding [ColorScheme]s to test utils
- Make the extension method which converts a [CorePalette] to a [ColorScheme] public
1.1.0 #
- Qualify builder parameters (light => lightDynamic, dark => darkDynamic) for clarity
1.0.1 #
- Polish README and examples
1.0.0 #
DynamicColorBuilder
'sbuilder
now provides a light and darkColorScheme
rather than aCorePalette
- Advanced users can still obtain the palette with
DynamicColorPlugin.getCorePalette()
- Advanced users can still obtain the palette with
0.1.1 #
- Add missing semantic colors to harmonization from updated m3 color scheme
0.1.0 #
- Create
CorePalette
andTonalPalette
classes - Create
DynamicColorPlugin
plugin - Create convenience
DynamicColorBuilder
widget - Create
ColorHarmonization
andColorSchemeHarmonization
extensions