Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 911 Bytes

0.5.2

  • Update the colorpicker selectedColor "internally" to simplify the usage without a ColorButton

0.5.1

  • Fix : EyedropperButton exception on first click
  • Fix : Mobile landscape layout

0.5.0

  • Draggable ColorPicker
  • better display of alpha colors in ColorButton & ColorPicker
  • Fix : Hex value field with alpha = 0

0.4.1

  • ColorButton & ColorPicker : onSwatchesUpdate is now optional

0.4.0

  • Enable the eyeDropper in browser with CanvasKit renderer

0.3.0+2

  • NNBD

0.2.3

  • Mobile: resize when keyboard toggles
  • fix HexField

0.2.2

  • Add a EyeDropperButton to use EyeDropper outside the colorpicker
  • ColorButton : add a decoration optional constructor arguments
  • MIT licence

0.2.1

  • fix compatibility with Flutter stable channel

0.2.0

  • rename to Cyclop
  • Fix : HSL weird saturation / lightness behaviour
  • Updated example
  • pub.dev

0.1.0

  • Initial version