Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

67 lines (40 loc) · 1.21 KB

[1.5.1]

  • Update example app.
  • Widen flutter_lints constraints.

[1.5.0]

  • Add showPalette to WheelPicker.
  • Add paletteHeight to ColorPicker, PaletteHuePicker, PaletteSaturationPicker, and PaletteValuePicker.

[1.4.0+1]

  • Update image paths in readme.

[1.4.0]

  • Update dependencies.
  • Rename to main branch, and update links in readme.

[1.3.0]

  • Expose some decoration properties for PaletteHuePicker.
  • Update deprecated theme variables
  • Updates in example app.

[1.2.3]

  • Fix bug on color change where previously set alpha value was ignored.

[1.2.2]

  • Update example app.

[1.2.1]

  • Add pickerOrientation to ColorPicker to lock the orientation if needed.
  • Improve documentation.

[1.2.0]

  • Update deprecated theme color (accentColor -> colorScheme.secondary).
  • Improve UI.
  • Refactor folder structure.

[1.1.0]

  • 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.

[1.0.2]

  • Publishing test.

[1.0.1]

  • Add .github files.

[1.0.0]

  • Migrate to null safety.

[0.1.1]

  • Describe initial release.

[0.1.2]

  • Some bugs have been improved.