- fix EyedropperButton ( repaintBoundaryToImage )
- Dart 3.0
- upgrade dependencies and minor refactoring
- Update the deprecated theme properties
- Migrate to Flutter 3.7 slider API : Thx @alonohana627
- add a
onColorChanged
callback to send the hovered color during eyedropping. Thx @talisk
- Fix : EyedropperButton exception on first click
- Fix : Mobile landscape layout
- Draggable ColorPicker
- better display of alpha colors in ColorButton & ColorPicker
- Fix : Hex value field with alpha = 0
- ColorButton & ColorPicker : onSwatchesUpdate is now optional
- Enable the eyeDropper in browser with CanvasKit renderer
- NNBD
- Mobile: resize when keyboard toggles
- fix HexField
- Add a EyeDropperButton to use EyeDropper outside the colorpicker
- ColorButton : add a decoration optional constructor arguments
- MIT licence
- fix compatibility with Flutter stable channel
- rename to Cyclop
- Fix : HSL weird saturation / lightness behaviour
- Updated example
- pub.dev
- Initial version