c_material 2.2.0
c_material: ^2.2.0 copied to clipboard
A modern Flutter color system that provides predefined colors, semantic color tokens, Material 3 themes, and helpful color extensions for building consistent and scalable UI designs.
2.2.0 #
✨ Added #
- Material 3 light and dark themes using seed colors.
- Semantic color system (primary, secondary, success, warning, danger).
- Color extensions (toHex, lighten, darken, contrastColor).
✅ Improved #
- Example application demonstrating static vs semantic color usage.
- Better structure for scalable design systems.
♻️ Backward Compatibility #
- Existing
MaterialColorsAPI remains unchanged.
2.1.0 #
2.0.0 #
🔄 Changed #
- Major internal refactor to improve maintainability.
- Expanded predefined color set.
- Updated documentation and examples.