libmonet 1.1.2
libmonet: ^1.1.2 copied to clipboard
Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space.
1.1.2 #
- Made sure Flutter-specific directories get ignored when publishing the package.
1.1.1 #
- Deprecated
MathUtils.signumin favor ofnum.sign.
1.1.0 #
- Added caching to
MaterialDynamicColorswhich prevents the class from being const-constructable. - Removed redundant libraries which were partials of
material_color_utilities. - Publicly exposed
ColorSpec2021andColorSpec2025classes. - Introduced a new library
android_dynamic_colorswhich contains aAndroidDynamicColorsclass which is a port ofcom.android.systemui.monet.CustomDynamicColors. - Fixed incorrect Dart class delegation by replacing it with plain inheritance in
ColorSpec2025. - Refactored the library internally to improve code style and readability.
- Updated
analysis_options.yamlto ensure correct lint rules are being used during development. - Updated
.gitignoreto match other workspace packages.
1.0.0 #
- Initial version.