chroma_kit 1.0.0
chroma_kit: ^1.0.0 copied to clipboard
A professional toolkit for dynamic color manipulation, pastel blending (faint), and accessibility contrast for Flutter.
1.0.0 #
- Initial release of ChromaKit.
- Added advanced color extensions:
withAlphaFactor,faint,contrastColor, andisDark. - Implemented safe hex parsing from strings with shorthand support (e.g., #FFF).
- Included shade manipulation utilities:
darkenandlighten. - Built-in error handling for invalid hex inputs to prevent application crashes.