just_color_picker 0.2.0
just_color_picker: ^0.2.0 copied to clipboard
A customizable HSV color picker with circular hue wheel, saturation-value panel, alpha slider, and HEX input. No external dependencies.
0.2.0 #
- feat:
ColorPickerType— switch betweenwheel(circular hue ring) andbar(linear hue bar + square SV panel) layouts via thetypeparameter - feat:
HueBarwidget — horizontal hue spectrum slider, usable standalone or throughJustColorPicker - feat: Interactive playground example app with real-time controls for all picker options
- refactor: Extract shared
paintThumb()helper andkHueColorsconstant across all painters - fix: Hue bar thumb no longer jumps to the left edge when dragged to the far right
0.1.0 #
- feat: HSV circular hue wheel with embedded SV (saturation-value) panel
- feat: Alpha slider with checkerboard transparency background
- feat: HEX color code input with bidirectional sync
- feat: HEX and RGB color info display
- feat: Uncontrolled (
initialColor) and controlled (color) modes - feat: Customizable wheel diameter, ring width, and thumb size
- feat: Toggle visibility of alpha slider, HEX input, color info, and preview