prism 1.0.0
prism: ^1.0.0 copied to clipboard
A powerful and efficient color manipulation library for Dart and Flutter applications. Work with colors through the Ray class.
1.0.0 #
- Initial release of Prism - a comprehensive color manipulation library
- Ray class: Clean, intuitive API for color operations
- Multiple formats: Support for RGB, ARGB, hex strings, and CSS strings
- Dual hex format support: Both web standard (RGBA) and Flutter/Android (ARGB) formats
- Performance optimized: Efficient bit operations with zero dependencies
- Type safe: Comprehensive error handling and validation
- WCAG compliance: Luminance calculations for accessibility
- Color operations: Interpolation, inversion, opacity/alpha manipulation
- Flutter compatible: Internal ARGB format matches Flutter's Color class
- Comprehensive test coverage: 38+ tests covering all functionality