- Fix
PaletteHuePickerhue slider showing incorrect colors when dark or desaturated colors are selected in the palette.
- Update example app.
- Widen
flutter_lintsconstraints.
- Add
showPalettetoWheelPicker. - Add
paletteHeighttoColorPicker,PaletteHuePicker,PaletteSaturationPicker, andPaletteValuePicker.
- Update image paths in readme.
- Update dependencies.
- Rename to
mainbranch, and update links in readme.
- Expose some decoration properties for PaletteHuePicker.
- Update deprecated theme variables
- Updates in example app.
- Fix bug on color change where previously set alpha value was ignored.
- Update example app.
- Add
pickerOrientationtoColorPickerto lock the orientation if needed. - Improve documentation.
- Update deprecated theme color (accentColor -> colorScheme.secondary).
- Improve UI.
- Refactor folder structure.
- Fix ColorPicker not shown in landscape mode.
- Fix alpha slider not changing the alpha value of color.
- Add initialPicker for changing the first picker of ColorPicker.
- Publishing test.
- Add .github files.
- Migrate to null safety.
- Describe initial release.
- Some bugs have been improved.