flutter_hsvcolor_picker 1.5.1
flutter_hsvcolor_picker: ^1.5.1 copied to clipboard
A HSV color picker inspired by chrome devtools and a material color picker for your flutter app.
1.5.1 #
- Update example app.
- Widen
flutter_lints
constraints.
1.5.0 #
- Add
showPalette
toWheelPicker
. - Add
paletteHeight
toColorPicker
,PaletteHuePicker
,PaletteSaturationPicker
, andPaletteValuePicker
.
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
toColorPicker
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.