compact_color_picker 1.0.2
compact_color_picker: ^1.0.2 copied to clipboard
A simple & clean color picker widget with opacity for Flutter. Designed to be powerful yet compact (mobile-first), suitable for all platforms!
1.0.2 #
- Feature: Added optional
showOpacityparameter toColorPicker(defaults totrue). Allows hiding the opacity slider and expands the color display. - Docs: Updated
README.mdexample to demonstrate the newshowOpacityfeature. - Doc Fix Updated the
pubspec.yamlto confine to Dart file convention description restrictions. - Fix: Updated
Colorextension methods (toHex,toHexAlpha) to use the non-deprecatedr,g,b,aproperties instead ofred,green,blue,alpha.
1.0.1 #
- Docs Updated the documentation with images and improved missing descriptions. 🦜
1.0.0 #
- BREAKING: Made
initialColoroptional inColorPicker, defaulting toColor(0xFFF3C50B). - Feature: Added
onColorChangedcallback toColorPickerproviding the selectedColor. - Feature: Implemented interactive preview bubble for Hue, Saturation/Lightness, and Opacity sliders.
- Feature: Added
Colorextension methods for Hex conversion (toHex,toHexHash,toHexAlpha,toHexHashAlpha). - Feature: Added optional
showHexCodeparameter to display the Hex code in the picker. - Fix: Optimized Hue slider gradient calculation.
- Fix: Correctly implemented
shouldRepaintinOpacityPainter. - Fix: Addressed various analyzer warnings (deprecated members, dead code, null checks).
- Style: Added rounded corners to Hue (top) and Opacity (bottom-left) sliders.
- Example: Created a dedicated
example/project demonstrating usage and features. - Docs: Updated
README.mdwith features, usage examples, and contribution guidelines.
0.0.1 #
- Initial experimental version.