- Update example app.
- Widen
flutter_lints
constraints.
- Add
showPalette
toWheelPicker
. - Add
paletteHeight
toColorPicker
,PaletteHuePicker
,PaletteSaturationPicker
, andPaletteValuePicker
.
- Update image paths in readme.
- Update dependencies.
- Rename to
main
branch, 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
pickerOrientation
toColorPicker
to 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.