material_color_utilities 0.2.0 material_color_utilities: ^0.2.0 copied to clipboard
Algorithms and utilities that power the Material Design 3 color system, including choosing theme colors from images and creating tones of colors; all in a new color space.
0.2.0 #
- Add support for content color
- Correct
repository
in pubspec - Rename
CamSolver
toHctSolver
- Add
outlineVariant
andscrim
colors
0.1.5 #
- Fix README import
- Add explanation and link to
dynamic_color
packages - Improve documentation for
color_utils.dart
- Rename
HctColor
toHct
, overrideoperator ==
andtoString
- Introduce
CamSolver
, a fast solver for the HCT equation- Highly performant, but a small breaking change
0.1.4 #
- Allow creation of
Scheme
from aCorePalette
withlightFromCorePalette
anddarkFromCorePalette
0.1.3 #
- Export
Scheme
0.1.2 #
- Update
Scheme
tonal values - Move
matcher
to pubspec'sdev_dependencies
0.1.1 #
- Update pubspec
description
- Fix
matcher
version incompatibility with flutter stable
0.1.0 #
- Create library