palette_generator_master 1.1.0
palette_generator_master: ^1.1.0 copied to clipboard
A powerful Flutter package for extracting prominent colors from images with advanced features and accessibility compliance.
Changelog #
1.1.0 #
- Vibrant Fix: Resolved the issue where the vibrant color was often extracted as too dark.
- Algorithm Improvement: Enhanced the color quantization algorithm (5-bit) for more accurate color clustering and better aesthetic results.
- API Additions:
- Added
aspectRatiogetter toImageInfoMasterandEncodedImageMaster. - Added
colorsgetter toPaletteGeneratorMasterfor quick access to all extracted colors.
- Added
- Stability: Improved error handling and timeout management during image loading.
- Documentation: Updated README with more clear examples and version information.
1.0.1 #
- Fix pub points and documentation metadata.
1.0.0 #
- Initial release.
- Complete rewrite and enhancement of the legacy palette_generator.
- Multi-color space support (RGB, HSV, LAB).
- Accessibility compliance (WCAG 2.1).
- Color harmony generation.