candi_colors 0.0.21
candi_colors: ^0.0.21 copied to clipboard
A Flutter color palette inspired by Scandinavian design principles. Hygge (warmth) and Lagom (balance).
Changelog #
0.0.20 #
Added #
- Comprehensive dartdoc comments for all public API members
- CandiColor class and all properties fully documented
- CandiPalette class with detailed descriptions for all 33 color tokens
- CandiColors class with usage examples
- Example application (
example/main.dart)- Interactive light/dark mode switcher
- Complete showcase of all 33 color tokens
- OKLCH metadata display for each color
- Material Design 3 integration example
- Example buttons and components
- Example README with usage patterns and integration guide
Changed #
- Improved documentation coverage from 15.6% to 100%
- Formatted all Dart code with
dart format - Enhanced pub.dev package quality score
0.0.19 #
- Version synchronization update
- No functional changes
0.0.18 #
- Version synchronization update
- No functional changes
0.0.17 #
- Expanded color palette from 16 to 33 colors per mode
- Added contrast colors: onAccent, onSecondary, onSuccess, onWarning, onError, onInfo
- Added UI colors: divider, scrim, shadowColor
- Added inverse colors: inverseSurface, inverseText (for SnackBars)
- Added interactive states: hover, active, link, disabled
- Full Material Design 3 color role coverage
0.0.16 #
- Added markdown linting configuration
- Updated documentation
0.0.15 #
- Initial pub.dev release preparation
- Light and dark mode color palettes
- 16 semantic color tokens per palette
- CandiColor class with OKLCH metadata
- Colors converted from OKLCH to sRGB