Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 1.17 KB

0.7.0

  • fix EyedropperButton ( repaintBoundaryToImage )
  • Dart 3.0

0.6.2

  • upgrade dependencies and minor refactoring

0.6.1

  • Update the deprecated theme properties
  • Migrate to Flutter 3.7 slider API : Thx @alonohana627

0.6.0

  • add a onColorChanged callback to send the hovered color during eyedropping. Thx @talisk

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