ncscolor 1.0.0
ncscolor: ^1.0.0 copied to clipboard
A comprehensive Dart package for converting NCS (Natural Color System) colors to RGB, HSL, and HEX formats, with additional RGB conversion utilities.
1.0.0 #
-
Breaking Changes:
- Updated minimum Dart SDK to 3.0.0
- Updated minimum Flutter SDK to 3.0.0
- Improved code quality and documentation
-
Features:
- Enhanced NCS color validation with better error messages
- Improved RGB to HEX conversion with proper padding
- Better null safety implementation
- Added comprehensive documentation and examples
-
Bug Fixes:
- Fixed hex color conversion for single-digit values
- Improved NCS color regex validation
- Fixed type safety issues
0.0.1 #
- Initial release with basic NCS color conversion functionality