prism_flutter 2.1.0
prism_flutter: ^2.1.0 copied to clipboard
Flutter extensions for the Prism color library. Prism is an optimized, zero-dependency color manipulation library for Dart & Flutter with multiple color models, accessibility tools, and pre-built palettes.
Changelog #
2.1.0 #
- Updated for Prism 2.1.0 compatibility (adds
parse()methods)
2.0.0 #
- Updated for Prism 2.0.0 compatibility
2.0.0-beta.2 #
- Uses Prism 2.0.0-beta.2 with standardized API
2.0.0-beta.1 #
Breaking Changes:
- Updated extensions for
RayRgb8andRayRgb16classes (replacesRayRgb) - Renamed
toRayRgb()totoRayRgb8()for 8-bit color support - Support for both 8-bit and 16-bit RGB precision
1.0.0 #
- Initial release with Flutter Color extensions
- Convert between RayRgb8 and Flutter Color objects
- Perfect fidelity conversions preserving ARGB information
- Zero overhead direct value conversions